diff --git a/server/scripts/modules/localforecast.js b/server/scripts/modules/localforecast.js index c00b8c1..3bbed29 100644 --- a/server/scripts/modules/localforecast.js +++ b/server/scripts/modules/localforecast.js @@ -81,8 +81,8 @@ class LocalForecast extends WeatherDisplay { // } }); - this.currentScreen = 0; this.timing.totalScreens = this.screenTexts.length; + this.calcNavTiming(); this.setStatus(STATUS.loaded); }