-
Notifications
You must be signed in to change notification settings - Fork 2
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
Slide Show does not work #4
Comments
Do you run MM in docker? Then you can get the logs through |
Hey, I seem to have ran into a similar issue with the module. Whenever I try to run MagicMirror it would display the first photo but not display the rest. I am pretty new to all of this so I'm not really sure where to start in terms of debugging but here is what my log looks like: `thebox@raspberrypi:~/MagicMirror $ npm run start
[08.07.2022 20:53.42.953] [LOG] Starting MagicMirror: v2.19.0 Thank you very much in advance. |
Hi, @JokingII is this your full log? are you saying that after 10 seconds there is no "Get photo" logged? |
@sthuber90 I'm seeing the same issue. I only see one "Get photo" no matter how long I wait or how long I set the |
I'm sorry to hear this. Unfortunately, I don't have time right now to dive into this issue but feel free to checkout/fork the repository and create a PR. Testing of modules seems pretty limited for MM :( |
Hi There,
The module does not seem to want to slide show pictures in my shared album....
This is my config:
{ module: 'mmm-amazon-photos', // position is important position: 'fullscreen_below', config: { slideshowSpeed: 60 * 60 * 1000, imageUrls: ['https://www.amazon.co.uk/photos/share/xxxxxx'] // see below for configurable options }, },
Any help would be greatly appreciated!
Many thanks in advance
KD
The text was updated successfully, but these errors were encountered: