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

Reference Configuration

plugin_live_weather_cfg.yml
# OpenWeatherMap API key
OpenWeatherMapApiKey:
# How often the weather is updated
UpdateIntervalMinutes: 10