-New config item: Forecast: integer 1-7; default 1
-number of days to show forecast (weather icons)
-if =1, only show current weather icon
at top show "Now" or "Current"
-if >1, show the future days weather icons.
at top say Tomorrow, the DayofWeek if >2
-cycle through each day once. Duration of each day's icon = Duration/Forecast. For example, if Duration = 180000 and Forecast=3, then each day's weather icon would be displayed for 60000ms.
Note: should probably add Sunny icon or many days may be blank.
-New config item: Forecast: integer 1-7; default 1 -number of days to show forecast (weather icons) -if =1, only show current weather icon at top show "Now" or "Current" -if >1, show the future days weather icons. at top say Tomorrow, the DayofWeek if >2 -cycle through each day once. Duration of each day's icon = Duration/Forecast. For example, if Duration = 180000 and Forecast=3, then each day's weather icon would be displayed for 60000ms. Note: should probably add Sunny icon or many days may be blank.