portrait extended forecast #167

This commit is contained in:
Matt Walsh
2026-04-22 19:42:44 -05:00
parent 38d5132281
commit 5bbf487dd6
6 changed files with 34 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class ExtendedForecast extends WeatherDisplay {
// set timings
if (settings.portrait?.value) {
this.timing.totalScreens = 1;
this.perPage = 4;
this.perPage = 6;
} else {
this.timing.totalScreens = 2;
this.perPage = 3;