Read the statement by Michael Teeuw here.
mmm-amazon-photos - slideshow not working
-
Hello All,
First post (and I am a Newbie) so please be understanding :)
I have issues with getting MMM-Amazon-Photos to do slideshow for some reason… here 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/MyShare'] // see below for configurable options }, },
I have also tried with this config too but same result:
{ module: 'mmm-amazon-photos', // position is important position: 'fullscreen_below', config: { slideshowSpeed: 10000, imageUrls: ['https://www.amazon.co.uk/photos/share/MyShare'] // see below for configurable options }, },
Any help anyone could offer would be greatly appreciated!
Many Thanks in advance
-
@KD could you tell us what happens?
-
@sdetweil Hey Sam - it just displays one image of the album and it doesn’t rotate any other images… if I reboot the RPi or if I refresh MM it changes the image… but sits on that single image…
Thanks
KD
-
@KD the author made some update a couple months ago so I would open an issue on the GitHub repo
also look in the developers window console
ctrl-shift-i, select the console tab and scroll up to see any errors.u can filter the messages by putting a unique part of the module name in the filter field
-
I cannot see any errors relating to the module in the console…
I have raised it as issue on the GitHub repo.
Many thanks for your help.
Regards
KD