Sorry for my dummy question. This custom weather card works only on Hass.io, not on Hassbian, doesn’t it? I could not make it work. I checked every points in your comment but still no luck.
If I used just only normal weather card, it works
type: weather-forecast
entity: weather.yweather
But if I use the custom animated weather card, it shows only a blank tab.
Thanks in advance
Wow, man… I had to scroll up to find the comment you were talking about to refresh my memory. Can you lay out the details of your issue? This card should work on any HA platform.
Out of curiosity, are you familiar with how browsers hold information? They can be a pain in the ass when trying to debug because half of the resources are pulled from cache when they should be updated. To force the update, you need to reload a page and delete the cache. So if you are going through the 8 steps listed in my previous post, are you refreshing the cache after you make changes? CTRL+F5 should do that.
Also, if you don’t mind, Please answer each step with a picture or text of what you did.
Please could anyone post his working configuration.yaml and ui-loveace.yaml? I tried redownload (copy and paste from raw test on github) all the files and still not working…
Seems a problem with cache… I did many times CTRL + F5, no result…finally, I also tried with firefox, and dang… it shows up… also on my phone I manually cleared cache, seems that you have to clear cache manually, or it won’t work…
Is anyone else missing the currentCondition beside the big icon? I only see the icon and not the text even though the js file has it:
<span class=“icon bigger” style=“background: none, url(/local/icons/weather_icons/animated/${weatherIcons[currentCondition]}.svg) no-repeat; background-size: contain;”>${currentCondition}</span>
I’m missing the current condition text as well. Not sure why as the card is able to pull humidity, pressure, temperature attributes correctly. I looked at the weather.yweather entity I’m using and it is correctly reporting the weather condition as its sttate. If you find a fix, let me know!