Read the statement by Michael Teeuw here.
Gifs in Magic Mirror 2
-
I’ve looked all over the place and I can’t seem to find any definitive guide to getting gifs to work on the Magic Mirror software. If anyone could show me how, it would be much appreciated :)
-
@Zelocked said in Gifs in Magic Mirror 2:
No I was looking for a way to get a moving gif on playback on the mirror
Ahh, I have already made a module that does exactly that.
https://github.com/mykle1/MMM-EyeCandy
put your animated gif file in the pix folder of the module and use the path below in your config
ownImagePath: 'modules/MMM-EyeCandy/pix/YOUR_ANIMATED_GIF.gif',
-
Do you mean getting a .gif image to display on the mirror?
-
No I was looking for a way to get a moving gif on playback on the mirror
-
@Zelocked said in Gifs in Magic Mirror 2:
No I was looking for a way to get a moving gif on playback on the mirror
Ahh, I have already made a module that does exactly that.
https://github.com/mykle1/MMM-EyeCandy
put your animated gif file in the pix folder of the module and use the path below in your config
ownImagePath: 'modules/MMM-EyeCandy/pix/YOUR_ANIMATED_GIF.gif',
-
@Mykle1
Thank you so much!!! -