Hi all,
I would like to make a photo slider on my dashboard, which is displayed on a screen in the kitchen. My photos are stored on my Synology NAS. My wife and I add photos to one specific folder which is visible in HA. In HA I’m able to open and view the photos in the Media section.
The part that I’m unable to get to work is to view the photos in a photo slider on a dashboard. I’ve tried some standard card options but ended up with the custom gallery card with the following config:
type: custom:gallery-card
menu_alignment: Hidden
entities:
- path: media-source://synology_dsm/2160XXXX0XXX0/35
recursive: true
slideshow_timer: "10"
parsed_date_sort: false
slideshow_timer: "30"
The preview of the card shows a photo slider but without the photos. The screen remains black. When I change the media path into media-source://media_source it does show a test picture which I uploaded to HA. So the config seems correct but I’m unable to get the right path.
Appreciating all the help. Thanks!