-
Notifications
You must be signed in to change notification settings - Fork 36
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
Images not picked up when used with Play Media to Tv via Google Cast #71
Comments
Wow, so it's just the google cast that's the issue? I've never tried that, that's a heck of a trick there and you're probably right on the cause. I'll try to figure out how to debug it. |
Thank you for looking at it. I wanted to be able to show a slideshow on the TV, plus status information. The gallery worked fine right up to the point I tried to use it on the TV via play_media. |
Exact same issue here, except I am not using Nabu Casa. All images shown correctly on the web browser, but missing when casting to google chromecast. type: custom:gallery-card
|
BTW, I read here (), the following (in case it helps): "WHY DO SOME CUSTOM CARDS NOT WORK? http: 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." |
The dashboard displays, but the images are shown as broken links. I use Nabu Casa for external access, so I suspect the problem is that the card is using the internal address to access the images (perhaps)
My card code is as follows and works fine locally on web browsers, it also works fine when used remotely using Nabu Casa in the app.
`type: custom:gallery-card
entities:
menu_alignment: hidden
maximum_files: 50
slideshow_timer: 5
random_sort: true
caption_format: ' '
`
The text was updated successfully, but these errors were encountered: