owm - weewx extension that sends data to OpenWeatherMap
Copyright 2014 Matthew Wall

Installation instructions:

1) run the installer:

setup.py install --extension weewx-owm.tgz

2) modify weewx.conf:

[StdRESTful]
    [[OpenWeatherMap]]
        username = OWM_USERNAME
        password = OWM_PASSWORD
        station_name = STATION_NAME

3) restart weewx

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