diff --git a/server/scripts/modules/weatherdisplay.mjs b/server/scripts/modules/weatherdisplay.mjs index aeb6d80..e407917 100644 --- a/server/scripts/modules/weatherdisplay.mjs +++ b/server/scripts/modules/weatherdisplay.mjs @@ -25,7 +25,7 @@ class WeatherDisplay { this.timing = { totalScreens: 1, baseDelay: 9000, // 5 seconds - delay: 1, // 1*1second = 1 second total display time + delay: 2, // 1*1second = 1 second total display time }; this.navBaseCount = 0; this.screenIndex = -1; // special starting condition