hermanho / MMM-GooglePhotos

Display your photos on MagicMirror from Google Photos.
MIT License
170 stars 65 forks source link

Time Delay #42

Closed firebug326 closed 4 years ago

firebug326 commented 4 years ago

Is there a way to configure the time each picture is shown? So far it seems to be random and I'm not very good with code to find a good way to delay such a thing. Any help would be greatly appreciated. Cheers.

eouia commented 4 years ago

It is not random. It depends on "refreshInterval", but due to loading and drawing image from network, there could be some time gap but not so big. If you mean giving different time to each photos, it couldnt.