From 8eb9a58cb2aea4ff030de9a15cd5e1f4e8282932 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 9 Nov 2024 18:49:35 +0000 Subject: [PATCH] update from master --- _widgets/weather-api-widget.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_widgets/weather-api-widget.md b/_widgets/weather-api-widget.md index fae1612..3f4326d 100644 --- a/_widgets/weather-api-widget.md +++ b/_widgets/weather-api-widget.md @@ -21,6 +21,7 @@ following config parameters: | units | `metric` | `metric` for celsius, `imperial` for fahrenheit | | icon_pack_name | `weather-underground-icons` | Name of the icon pack, could be `weather-underground-icon` or `VitalyGorbachev` or create your own, more details below | | icons_extension | `.png` | File extension of icons in the pack | +| show_forecast_on_hover | false | Show a forecast on hover, too | | show_daily_forecast | false | Show forecast for next three days | | show_hourly_forecast | false | Show hourly forecast section | | timeout | 120 | How often in seconds the widget refreshes |