-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Description
Missing feature
High/Low temperature display in forecast?
Justification
I currently see what looks like the low temperature displayed only in the forecast view. Curious if this can be adjusted to display both the high and low temperatures in the forecast view? If I configure the following, I see tempMin twice which is the same value returned for temp:
String temp = String(forecasts[dayIndex].tempMin, 0) + ("/") + String(forecasts[dayIndex].tempMax, 0) + (IS_METRIC ? "°C" : "°F");
I just need to know what to change to pull the tempMin and tempMax through from the API call
Workarounds
None
Metadata
Metadata
Assignees
Labels
No labels