Read the statement by Michael Teeuw here.
MMM-GoogleDriveSlideShow
-
Hi Will,
I’m glad to see that you have solved your token problem.
The time it takes to load picture depends on the number of pictures you have. Note that only pictures meta-data are loaded at start. The picture binaries are loaded on demand when the slideshow starts.
- if
rootFolderId
is not set, the module will retrieve the 100 first pictures found (maxResults
) - if
rootFolderId
is set, the module will go through the 10 first folders (maxFolders
) it founds. If you have a large amount of pictures, or if you specified a large value formaxFolders
, it can take more times.
If nothing is loaded or displayed, feel free to set
debug
totrue
and send me the logs.Regards,
Charles
- if
-
Hi clegallic,
To test I only put 2 pictures, so it should be quite fast.
Sorry for my ignoring but after setting debug: true in the config file, where do i see/find the logs?
-
Hi,
If your MM is deployed on a Raspberry Pi, you should find the logs in the
/home/pi/.pm2
folder (pm2.log
,logs/mm-error-0.log
orlogs/mm-out-0.log
).Regards,
Charles
-
@wil said in MMM-GoogleDriveSlideShow:
my
Could you tell me how u did fix this issue? -> the read property ‘0’ of undefined?
I did already change from web to installed
-
hello, I have two questions if you can help me
1 is it possible to change the photo manually using a touch screen?
2 it is possible to play videos -
@afsc 1. looks like you could do it, IF you used something like MMM-Buttons to add touchable buttons and send the notification u configure… altho it looks like auto and manual are exclusive… so, once u pick manual then its manual all the time. see the README
- don’t think so, not with this module, which displays pictures… it takes a different technology to play videos vs display pictures
-
@sdetweil my idea was to be able to step back and move forward in the photos
I didn’t want it to stop being automatic -
@afsc I don’t KNOW, not my module, just reading the doc…