damongolding / immich-kiosk

Immich Kiosk is a lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source.
GNU Affero General Public License v3.0
535 stars 19 forks source link

Problem when casting to Google Nest #49

Closed carlosjfcasero closed 2 months ago

carlosjfcasero commented 2 months ago

Hi! I have my kiosk config like this:

  - type: panel
    title: Photo frame kiosk
    path: photo-frame-kiosk
    icon: mdi:image-frame
    subview: true
    cards:
      - type: iframe
        url: https://immich-kiosk.tld
        aspect_ratio: 50%

and trying to cast to Google Nest like this:

action: cast.show_lovelace_view
metadata: {}
data:
  entity_id: media_player.nesthub
  dashboard_path: lovelace
  view_path: photo-frame-kiosk
enabled: true

But a white screen is showed instead. Any other dashboard is properly casted. Thanks

carlosjfcasero commented 2 months ago

It was a problem with the SSL certificate