Metadata-Version: 2.1
Name: xaal.owm
Version: 0.2
Summary: xAAL devices for OpenWeather Map
Author-email: Jerome Kerdreux <Jerome.Kerdreux@imt-atlantique.fr>
License: GPL License
Keywords: xaal,own,weather
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: xaal.lib
Requires-Dist: xaal.schemas
Requires-Dist: pyowm==2.10.0

xaal.owm
========
This package is a OpenWeatherMap gateway for xAAL. It provides a way to get weather information from OpenWeatherMap and send it to xAAL network.


Config & Run
------------
Edit the configuration file `owm.ini` to set your OpenWeatherMap API key and the city you want to get weather information from.

.. code-block:: ini

    [config]
    api_key   = xxxx
    place     = "Brest,FR"
    temperature   = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    humidity      = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    pressure      = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
