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

error load first pafe first time #5

Closed
brux88 opened this issue May 1, 2020 · 5 comments
Closed

error load first pafe first time #5

brux88 opened this issue May 1, 2020 · 5 comments

Comments

@brux88
Copy link

brux88 commented May 1, 2020

hello, congratulations for the wonderful project, I'm trying to implement it, almost everything works for me, the only thing I don't understand is the first time when I load the page on the hassio browser, it gives me this error:
error_3

then if I go to the second page and return to the first everything works

@brux88
Copy link
Author

brux88 commented May 2, 2020

i resolve with type: picture-elements

@reins5
Copy link

reins5 commented May 2, 2020

can you tell me where you made the change?
which staff. thanks

@reins5
Copy link

reins5 commented May 2, 2020

brux88
Puoi condividere il tuo progetto?

@brux88
Copy link
Author

brux88 commented May 4, 2020

you change
################### Picture Elements Card #####################
type: 'custom:hui-picture-elements-card'

to

################### Picture Elements Card #####################
type: 'picture-element'

and work

@Quentintin
Copy link

Quentintin commented May 6, 2020

Thks brux88.
You forgot s inside picture-elements

To fix this issue, replace :

################### Picture Elements Card #####################
type: 'custom:hui-picture-elements-card'

by

################### Picture Elements Card #####################
type: 'picture-elements'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants