Closed Privacywonk closed 6 years ago
After logic update for 1.0.0 release, the daily forecast row will display the "best" time for the current date. Need to add a check to remove the current day from the daily forecast row to prevent bleed over (e.g. only show 4 forecasts.
Updated. Added a break statement in magicforecastDaily for loop:
if (f > 2) { break; }
After logic update for 1.0.0 release, the daily forecast row will display the "best" time for the current date. Need to add a check to remove the current day from the daily forecast row to prevent bleed over (e.g. only show 4 forecasts.