Skip to content

Commit

Permalink
Merge pull request #455 from Ryuno-Ki/weather-hourly-forecast
Browse files Browse the repository at this point in the history
feat: show hourly forecast
  • Loading branch information
streetturtle authored Oct 27, 2024
2 parents f668fa7 + 449f2db commit 81cd341
Show file tree
Hide file tree
Showing 30 changed files with 3,291 additions and 10 deletions.
3 changes: 2 additions & 1 deletion weather-api-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ 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 | false | Show forecast for next three days |
| 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 |

### Icons:
Expand Down
Loading

0 comments on commit 81cd341

Please sign in to comment.