Read the statement by Michael Teeuw here.
MMM-GooglePhotos
-
@redink Somebody has same issue. Copy the URL and use another browser. (Or another device - like your dev pc). I think it could be some kind of cookie issue.
-
Thanks for the quick reply. I assumed this had to happen from the exact same machine that MagicMirror was running out, because it would set a local cookie or something. But, I’ll try opening the URL from a different machine and report back tonight.
-
It worked! Thanks!
Is there a config to fade the picture, or do an 50% transparent black overlay? I am sure I can do this with some custom CSS, but was wondering of the module supports it. -
@redink adjust css. i prefer to control looks by css.
-
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.