You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
In function fillForecast( ) in the file weather.js the first past parameter is named num. But the function almost immediately overwrite it with a local variable. Solution is to change the name of either the passed parameter or the local variable so they don't conflict. That will result in the label above the most left hand icon in the five day forecast reading "Today" rather then the current date.