Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.38 KB

README.rst

File metadata and controls

51 lines (31 loc) · 1.38 KB

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.