Pi-Kitchen-Dashboard icon indicating copy to clipboard operation
Pi-Kitchen-Dashboard copied to clipboard

the first item in the five day forecast is supposed to be labelled "Today" but it shows the date instead

Open waterwingz opened this issue 4 years ago • 0 comments

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.

waterwingz avatar Dec 21 '20 18:12 waterwingz