carsondrobe / Fellas

3 stars 2 forks source link

Displaying current data when on today's date #210

Closed abijeet-dhillon closed 5 months ago

abijeet-dhillon commented 5 months ago

In this PR:

Closes #157 #213

abijeet-dhillon commented 5 months ago

Works great for the weather page but the fire page all the data is 0 because I'm assuming most fire data is only collected once at 12:00pm. Is it possible to make the fire page be on 12:00pm?

Done, that was an oversight on my end, good catch!

robertyac commented 5 months ago

are you getting this bug for the wind gust widget on yours? it doesn't seem to be showing the gust bar and the "km/hr"

image
abijeet-dhillon commented 5 months ago

are you getting this bug for the wind gust widget on yours? it doesn't seem to be showing the gust bar and the "km/hr" image

I checked on the main branch and it doesn't show it there either.

robertyac commented 5 months ago

Odd this is my main:

image
abijeet-dhillon commented 5 months ago

Odd this is my main: image

Fixed it, I accidentally deleted the wind gust code because it was duplicated. Should be good now.