Skip to main content
Version: 0.0.55

LiveWeatherPlugin

Plugin to get realtime weather from OpenWeatherMap.

note

For smooth weather transitions and rain you need to set EnableWeatherFx to true in extra_cfg.yml.

To get your API key a free account on https://openweathermap.org/ is required.

Configuration

Enable the plugin in extra_cfg.yml

extra_cfg.yml
EnablePlugins:
- LiveWeatherPlugin

Example configuration

plugin_live_weather_cfg.yml
OpenWeatherMapApiKey: <your api key here>
UpdateIntervalMinutes: 10