Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crtitcal error #16

Open
denperss opened this issue Jan 15, 2021 · 5 comments
Open

Crtitcal error #16

denperss opened this issue Jan 15, 2021 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@denperss
Copy link

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.

@denperss
Copy link
Author

denperss commented Jun 5, 2021

????

@iantrich iantrich added the help wanted Extra attention is needed label Aug 13, 2021
@mykola-dev
Copy link

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

@denperss
Copy link
Author

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

Did u get it tto work ??

@denperss
Copy link
Author

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

@mykola-dev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants