Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 601 Bytes

File metadata and controls

27 lines (22 loc) · 601 Bytes
description
Get realtime weather from OpenWeatherMap

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

EnablePlugins:
- LiveWeatherPlugin

Example configuration (add to bottom of extra_cfg.yml)

---
!LiveWeatherConfiguration
OpenWeatherMapApiKey: <your api key here>
UpdateIntervalMinutes: 10