I went to the website theweather.com and couldn't find how to get to the widget option from home page. Once I clicked on your link straight to https://www.theweather.com/widget/, I could get to the creation options. However, Brave browser didn't like the page for some reason. There were no scroll bars. Switched to Chrome browser... all good. Thanks for the find.
Thank you. I updated my links in the OP. The links were correct; I just typed the base url. That was definitely confusing. No clue about Brave (not very "brave" if you ask me... lol). But glad you got it working in the end!
Yeah, I saw that one in my travels.
The problem is it requires a script element to render; it's not a basic image.
Have you inserted this into your dashboard? If so, I'm curious how.
the background of the weather.io changes depending on the weather.
I have the weather tile refreshes every 120 minutes with this in the code
meta http-equiv="refresh" content="120"
Not sure if anyone else is having this problem. But my dashboard image link is now always blank. I went to the site and recreated a fresh image widget but on Hubitat dashboard it is blank.
Okay, I'll start watching mine more closely.
Admittedly, life got super busy over the past few months, and I've been neglecting my hubitat.
This is unfortunately all-too-common with free API's.
The service works great for a while, until the person who maintains the server/application moves on to other things.
If someone can catch it, when it's broken.
Take the url and paste it into your browser window.
See if there is any error reporting being generated back to the browser window.
This would help us in determining what the root cause might be.
Thank you for responding. It's working now, not sure what the problem was, just started up again. It has gone out/in, but not frequent enough for me to worry over.
Edit: ok then, so I checked just after posting and its out, go figure!
What do you guys have set as the "Refresh Interval" in the tile options?
I set mine to 3600, which calls the API once per hour.
It's possible if your limit is less, it's hitting a threshold (if his server is tracking IP, for example), and is timing out until the next interval begins. The documentation mentions nothing of this; I'm just saying as a developer, it's possible.
So maybe try setting your refresh interval to a higher value, and see if the issue persists.
Mine was 2000, now 3600 , set in dashboard.
With it not working, URL copy and paste just gives broken image picture.
Android tablet, no idea how to find error information.
Okay, good. That goes into alignment with my thoughts.
That'll be a good test to see if a difference is noticed.
Okay, well, if you're feeling super brave.
Right click on the page with the broken image after pasted into the browser; and select "Inspect" or "Inspect Element" (this is the developer console).
From the window that slides out; make sure you are on the "Console" tab.
Now, reload the page (from the URL you pasted into the browser) and see if anything is logged in that console.