scottcl88 / MMM-DynamicWeather

A heavily configurable MagicMirror Module to display different animations based on current weather and show customized event effects.
MIT License
30 stars 7 forks source link

Add forecast configuration #17

Closed RLewis8 closed 3 years ago

RLewis8 commented 3 years ago

-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.