ludolph-weather

Ludolph: Weather plugin


License
MIT
Install
pip install ludolph-weather==1.0

Documentation

ludolph-weather

Ludolph: Weather plugin

Simple plugin that displays current weather information or weather forecast. Although it currently uses the OpenWeatherMap service it can be easily extended to support other weather forecast providers.

https://badge.fury.io/py/ludolph-weather.png

Installation

  • Install the latest released version using pip:

    pip install ludolph-weather
    
  • Add new plugin section into Ludolph configuration file:

    [ludolph_weather.open_weather_map]
    api_key = xxxxxxxxxxxxxxxxxxxxxxxxx
    default_location = Bratislava,SK
    timezone = Europe/Bratislava
    
  • Reload Ludolph:

    service ludolph reload
    

Dependencies:

Links

License

For more information see the LICENSE file.