From 6803b94e415ea918867c39843927ca2b667dcf98 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Sat, 12 Sep 2020 23:49:51 -0500 Subject: [PATCH] make sure local forecast displays all pages --- server/scripts/modules/localforecast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }