custom-cards / bignumber-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crtitcal error

denperss opened this issue · comments

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:
- https://cast.home-assistant.io
Some custom cards rely on things that are only available in the normal Home Assistant interface. This requires an update by the custom card developer.

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.

????

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

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

Did u get it tto work ??

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

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