Skip to content

Commit 81cd341

Browse files
authored
Merge pull request #455 from Ryuno-Ki/weather-hourly-forecast
feat: show hourly forecast
2 parents f668fa7 + 449f2db commit 81cd341

30 files changed

+3291
-10
lines changed

weather-api-widget/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ following config parameters:
1818
| units | `metric` | `metric` for celsius, `imperial` for fahrenheit |
1919
| 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 |
2020
| icons_extension | `.png` | File extension of icons in the pack |
21-
| show_forecast | false | Show forecast for next three days |
21+
| show_daily_forecast | false | Show forecast for next three days |
22+
| show_hourly_forecast | false | Show hourly forecast section |
2223
| timeout | 120 | How often in seconds the widget refreshes |
2324

2425
### Icons:

0 commit comments

Comments
 (0)