Open dimafemabo opened 4 years ago
Hello, I have the same problem, did you manage to solve the problem? Thank you for your answer.
Same problem here.
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.
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"));
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:
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