Jan Schneider
Jan Schneider
You can try to use `keep_screen_on_time: 86400` to keep the screen from dimming or locking.
I have just added experimental support for the [immich API](https://github.com/j-a-n/lovelace-wallpanel?tab=readme-ov-file#immich-api-experimental) in [version 4.27.0](https://github.com/j-a-n/lovelace-wallpanel/releases/tag/v4.27.0). I'm looking forward to your feedback!
Please upgrade to version 4.27.1. Can you please take a look at the browser console (F12). Are there any log messages regarding the wallpanel? What does your `image_url` look like?...
Hi @carlosjfcasero , could you please try changing `immich+https://immich.tld` to `immich+https://immich.tld/api`?
CORS is required if you access the API via a browser. ImmichFrame is probably not a web app.
Shouldn't the scheme be `https`?
As the immich API is now implemented, I am closing this issue. Please open new issues for questions, problems or feature requests regarding the immich integration.
Have you set `card_interaction` to `true`? This will automatically set `stop_screensaver_on_mouse_move` to `false`.
Since there has been no recent activity on this topic, I am closing it. If there is new information, the ticket can be reopened.
Please have a look at the browser console (F12). Most probably a CORS issue. Since there is no possibility to set CORS headers in immich directly you probably need to...