custom-cards / bignumber-card

Apache License 2.0
122 stars 23 forks source link

Crtitcal error #16

Open denperss opened 3 years ago

denperss commented 3 years ago

Custom element dosen't exist: bignumber- card Im getting error when running the card on a hub device with nabu casa..

This should be the fix, can u update the card ????

WHY DO SOME CUSTOM CARDS NOT WORK? Home Assistant needs to be configured to allow Home Assistant Cast to load custom cards. Starting with Home Assistant 0.97, this is done automatically. If you are on an older version, or have manually configured CORS for the HTTP integration, add the following to your configuration.yaml file:

http: cors_allowed_origins:

If you're a custom card developer: the most common mistake is that LitElement is extracted from an element that is not available on the page.

denperss commented 3 years ago

????

mykola-dev commented 3 years ago

same issue. all my bignumber cards are broken after an update image

denperss commented 2 years ago

same issue. all my bignumber cards are broken after an update image

Did u get it tto work ??

denperss commented 2 years ago

Just figured it out.. U have to add the following to your ressources: /local/community/bignumber-card/bignumber-card.js

mykola-dev commented 2 years ago

same issue. all my bignumber cards are broken after an update image

Did u get it tto work ??

i downgraded and all works just fine now