Hello guys,
I am developing a watch face that requires hourly weather forecast data.
I am currently using the getHourlyForecast() function, which appears to provide data for the next 12 hours, including the current hour (e.g., from 8:00 to 19:00).
However, I have observed that the built-in Garmin weather widget displays a forecast that extends beyond this 12-hour window.
For example, if the current time is 8:00:
-
getHourlyForecast()returns data from 8:00 to 19:00 (12 data points). -
The Garmin weather widget shows data from 9:00 up to 20:00 or later.
My question is: How can I access the forecast information that is available beyond the 12-hour limit provided by getHourlyForecast()?