matthewwall / weewx-owm

upload data to open weathermap
4 stars 2 forks source link

owm - weewx extension that sends data to OpenWeatherMap Copyright 2014-2020 Matthew Wall Distributed under the terms of the GNU Public License (GPLv3)

Installation instructions:

1) download

wget -O weewx-owm.zip https://github.com/matthewwall/weewx-owm/archive/master.zip

2) run the installer:

wee_extension --install weewx-owm.zip

3) modify weewx.conf:

[StdRESTful] [[OpenWeatherMap]] appid = OWM_APPID station_id = STATION_ID

4) restart weewx

sudo /etc/init.d/weewx stop sudo /etc/init.d/weewx start