Read the statement by Michael Teeuw here.
MMM-GooglePhotos
-
Thanks!
For anyone who wants to do the same, just add the following to your
custom.css
file#GPHOTO{ /*1 is fully opaque, 0 is fully transparent*/ opacity: 0.3 !important; }
-
wow, that’s really interesting ;)
-
Is there a way to have videos play as well?
-
First, thanks for a great module. Its greatly appreciated.
Is there a way to prevent API requests during certain time periods? I have 14000 photos in an album that is only going to grow with time which is going to kill my API requests but I don’t need requests to take place at 2AM for instance.
-
@orayoflighto do u put your mirror to sleep when u are not around? it should not fetch new images while mirror is asleep…
-
@sdetweil @orayoflighto
I’ll update(or build newly) about it on next patch. -
@Sean looking forward to it. Thanks again for an awesome module.
@sdetweil I now have a cron job to turn the monitor off. Is that what you mean by “sleep”? Does that stop the API requests?
-
@orayoflighto sadly no. The MagicMirror code doesn’t know the screen is off
-
@Sean I don’t know how you keep your patients with all of us. I’m using many of your modules, so thanks for your contribution to the masses.
Has anyone noticed that when you sort with “time” that it pulls photos from google in the order in which each photo was uploaded, and not the order you put them in the album.
I have 12 pictures in my album that I have put in order to represent each calendar month. Is there a way to force the module to sort according the album order, and not time?
-
@Bestboy4
Sorry, there is no key to sort that way in API. The only values could be used for sorting wascreationTime
.