Read the statement by Michael Teeuw here.
Halloween mirror ghouls anyone?
-
I’m hunting for anything we can use, here is another paid product, pretty sweet though since it’s in a format for being displayed as a door window, similar to our mirror.
So still good for looking at ideas, but nothing free yet…
https://www.hi-rezdesigns.com/store/home.php?cat=263 -
@Mr.Meeseeks Does it have to be a video?
Why can’t we just load a gif?
http://giphy.com/search/grave-encounters
Edit: or a collection of gifs on a loop?
-
@Mitchfarino But how are our ghosts staying in HD-Quality with a gif?
Ok, joke aside, gif might also be a good option. But I still think the main thing is to find a video or gif, that actually look decent on the mirror. Without stuff in the background, and maybe something like a fade in and fade out movement.
-
@Jopyth I have found something that’s exactly that:
A ghost, doing scary stuff, fading in and out on a black background and that stays mostly within an invisible portrait frame…Unfortunately it’s not free, so I can’t share it…
But if we have some sort of video player we can use, I would certainly love to try to get it to work…
I tried MMM-Podcast, but realised it needs a button, wired to the Pi and I don’t have nor want that… -
Well we would need to change MMM-Podcast, to basically play the video always and then maybe show/hide this with MMM-Module-Scheduler.
Still a custom module might be better here, since we do not want to waste resources, by playing a hidden video all the time, maybe I have time to put something together this weekend.
-
@Jopyth How about the helloworld module just to add the needed html tags to display video?
(Obviously just for testing purposes…) -
-
Link it up with a PIR sensor with some bluetooth speakers and you could give someone a nasty fright!!
-
@rvdgeer Good idea.
If anyone wants to see how this looks (with a gif it is pretty simple):
{ module: "helloworld", position: "fullscreen_below", config: { text: "<img src='https://thumbs.gfycat.com/DiscreteDenseCockroach-size_restricted.gif' alt='GIF test' style='position:absolute; top:100%; left:50%; transform: translate(-50%, -100%); width:100%;'>" } },
-
I did
sudo apt-get install omxplayer
and included a video using<video>
tags in the helloworld module.
It works great!
Note from admin: Please use Markdown on code snippets for easier reading!