Forecast Days only. #828
weathafella
started this conversation in
General
Replies: 2 comments 1 reply
-
AFAIK there's no way to get a 24 hour summary from API. The forecast packages are built with explicit day and night parts. What elements were you looking to get? It's easy enough to composite one, especially if you only need temperatures--take the high from the day and the low from the night. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wanted to get all day time elements without the night elements...i maybe can write a php script with something like if ($isDay_day == "true") { |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How would I grab forecasts for only days no nights from the forecast api?
Beta Was this translation helpful? Give feedback.
All reactions