Read the statement by Michael Teeuw here.
Halloween mirror ghouls anyone?
-
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 omxplayerand 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!
-
Note from admin: Please use Markdown on code snippets for easier reading!
Markdown is not available from my Android smartphone. I don’t have the correct character available…
And it’s a little too much to ask, to look-up the character on the web, so I can copy it… -
@rvdgeer said in Halloween mirror ghouls anyone?:
Note from admin: Please use Markdown on code snippets for easier reading!
Markdown is not available from my Android smartphone. I don’t have the correct character available…
And it’s a little too much to ask, to look-up the character on the web, so I can copy it…Markdown forms an Android phone -
@Jopyth Have you had any luck with this mate?
I haven’t looked at it for a while, have had a few things going on so haven’t had chance
-
@Mitchfarino did not have the time for it. I will see if I get to it, when I get back from vacation in one week.
-
I experimented with this a bit yesterday. Thanks to @rvdgeer for the hint and @Jopyth for the initial code to start.
I ripped a YouTube video to disk and uploaded it to my Pi, putting it in the
vendorfolder. Adding this to my config.js was surprisingly effective (the rotate 90 is due to the video being designed to be projected on a window):{ module: "helloworld", position: "fullscreen_below", config: { text: "<video src='vendor/halloween.mp4' autoplay loop style='transform:rotate(90deg); position:absolute; top:50%;left:30%; height:50%'></video>" } }, -
@bhepler
What video did you use?Sorry I missed the linkHow did you rip it from YouTube?
-
@Mitchfarino
check your chat ;) -
@yawns Awesome, thank you!
-
@bhepler Is there a way to loop through a number of videos, rather than just the one on repeat?
-
@Mitchfarino Presumably you can inject some scripting to define an array of video files and then call a function to play the next file in the array. If you call that function from the onended() event in the VIDEO tag you should be able to get 90% of the way there.
-
@bhepler Any idea how to do that?
-
@Mitchfarino StackExchange had a pretty good start.
Based upon the fact that the text value includes the HTML tag
-
@bhepler the problem is to get the script tag evaluated, when it gets inserted as text, i have a script that is working, but still stuck on the evaluation. It’s probably easier to just create a new module, than finding another hacky workaround
-
@strawberry-3.141 You’re going to turn me into a Javascript developer with crazy talk like that.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login