Hello everyone.
Have you noticed a change in getting weather info from Garmin? Previously, Weather.getHourlyForecast() returned a list where the first occurrence was the forecast for the next hour. Now is the first occurrence of "forecast" for the previous hour. This can of course be bypassed programmatically. The change also occurred with the current getCurrentConditions(), where before the time was updated (observationTime) several times per hour, now the time is the same for an hour or hour and a half. Did I miss something new or do you have similar experiences?