weather.openweathermap
Platypush documentation
weather.openweathermap
- class platypush.backend.weather.openweathermap.WeatherOpenweathermapBackend(poll_seconds: int = 60, **kwargs)[source]
Bases:
WeatherBackend
Weather forecast backend that leverages the OpenWeatherMap API.
Triggers:
platypush.message.event.weather.NewWeatherConditionEvent
when there is a weather condition update
Requires:
The
platypush.plugins.weather.openweathermap.WeatherOpenWeatherMapPlugin
plugin configured