Greetings everyone! I’ve been trying to figure out how to update the weather conditions for the next 4 hours on my system. The icons just weren’t changing, and it was a bit frustrating. I was using the formulas (forecastHours(1, “COND”)), (forecastHours(2, “COND”)), etc., but nothing seemed to work. I even checked the logs to see if there were any errors, but everything looked fine. After some research and trial and error, I stumbled upon a solution! It turns out the issue was with how the forecast data was being pulled. By adjusting the formula to include the correct time zone and ensuring the weather provider was set up properly, the icons started updating as expected. Here’s what I did: - Double-checked the weather provider settings in my system. - Made sure the time zone was accurately set to match my location. - Simplified the forecast formula to (forecastHours(1, “ICON”)) to test if the basic functionality worked. Once I saw the icons updating with the simplified formula, I knew the issue was with how the data was being accessed. I then adjusted the original formula to ensure it was pulling the correct data points. It’s such a relief to finally have the weather conditions updating correctly! I hope this helps anyone else who might be experiencing similar issues. If you have any questions or need further clarification, feel free to ask. Happy automating! ![]()