add hourly graph

This commit is contained in:
Matt Walsh
2022-12-07 15:36:02 -06:00
parent 0331de8b8a
commit 1a7734b620
20 changed files with 358 additions and 22 deletions

View File

@@ -161,4 +161,4 @@ class ExtendedForecast extends WeatherDisplay {
}
// register display
registerDisplay(new ExtendedForecast(6, 'extended-forecast'));
registerDisplay(new ExtendedForecast(7, 'extended-forecast'));