bramkragten / weather-card

Weather Card with animated icons for Home Assistant Lovelace
MIT License
499 stars 174 forks source link

Animated weather card not showing in 0.116.4 #84

Open dimafemabo opened 4 years ago

dimafemabo commented 4 years ago

This animated weather card was really great and I like it a lot. However, since the upgrade to Hassio 0.116.4 it stopped working. in fact I can't see it anymore.

In Hassio in the breaking changes it says:

Custom Lovelace Cards This release contains breaking changes for custom card developers, check the developers blog for more information. If you have a custom card that stopped working this release, please report this with the custom card author.

I looked around and tried to find some information, but couldn't. Will there be an update of the card? Do I need to change something in the configuration?

Cheers Dietger

jybi89 commented 4 years ago

Hello, I have the same problem, did you manage to solve the problem? Thank you for your answer.

malinduta commented 4 years ago

Same problem here.

dimafemabo commented 4 years ago

Hello, I have the same problem, did you manage to solve the problem? Thank you for your answer.

Sadly, I haven't found a solution yet and hope that the code owner will see our comments it and post a solution. As I sad earlier, I really like the card.

jescodava commented 3 years ago

I'd the same problem after the upgrade. In my case I've fixed by replacing the first line of the weather-card.js by this :

const LitElement = Object.getPrototypeOf(customElements.get("ha-panel-lovelace"));

previous one was: const LitElement = Object.getPrototypeOf(customElements.get("hui-view"));