MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Halloween mirror ghouls anyone?

    Scheduled Pinned Locked Moved General Discussion
    56 Posts 18 Posters 61.0k Views 19 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • zombi27Z Offline
      zombi27
      last edited by

      I like it! What about the zombie invasion DVD on the MM, every day when a new Walking Dead episode is online on netflix? :D

      1 Reply Last reply Reply Quote 1
      • J Offline
        Jopyth Moderator
        last edited by Jopyth

        Excellent idea, we still have a month to finish this, so it is ready for Halloween. ;)

        Would be best, if we can avoid the proprietary content though, and find something that can be distributed together with the module free for everyone to use.

        Helpful sticky: How to troubleshoot

        1 Reply Last reply Reply Quote 0
        • MitchfarinoM Offline
          Mitchfarino Module Developer
          last edited by

          Is anyone working on this?

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jopyth Moderator
            last edited by Jopyth

            I am not (yet :) ), but this seems to be a good starting place:

            Fullscreen Backgound Video
            Demo page

            Helpful sticky: How to troubleshoot

            MitchfarinoM 1 Reply Last reply Reply Quote 1
            • MitchfarinoM Offline
              Mitchfarino Module Developer @Jopyth
              last edited by

              @Jopyth Awesome!

              We’re hosting a Halloween party, so this would be great to have running through the night!

              1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer
                last edited by

                Do we have a generic video file playing module?

                J 1 Reply Last reply Reply Quote 0
                • J Offline
                  Jopyth Moderator @bhepler
                  last edited by Jopyth

                  @bhepler We’ve got this: https://github.com/ptrbld/MMM-Podcast

                  Who can animate the ghosts? :)

                  Helpful sticky: How to troubleshoot

                  MitchfarinoM 1 Reply Last reply Reply Quote 0
                  • Mr.MeeseeksM Offline
                    Mr.Meeseeks
                    last edited by

                    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

                    CAAAAN DOO!👍

                    MitchfarinoM 1 Reply Last reply Reply Quote 0
                    • MitchfarinoM Offline
                      Mitchfarino Module Developer @Mr.Meeseeks
                      last edited by Mitchfarino

                      @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?

                      J 1 Reply Last reply Reply Quote 1
                      • J Offline
                        Jopyth Moderator @Mitchfarino
                        last edited by

                        @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.

                        Helpful sticky: How to troubleshoot

                        R MitchfarinoM 2 Replies Last reply Reply Quote 0
                        • R Offline
                          rvdgeer @Jopyth
                          last edited by

                          @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…

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            Jopyth Moderator
                            last edited by

                            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.

                            Helpful sticky: How to troubleshoot

                            R 1 Reply Last reply Reply Quote 0
                            • R Offline
                              rvdgeer @Jopyth
                              last edited by rvdgeer

                              @Jopyth How about the helloworld module just to add the needed html tags to display video?
                              (Obviously just for testing purposes…)

                              J 1 Reply Last reply Reply Quote 0
                              • MitchfarinoM Offline
                                Mitchfarino Module Developer @Jopyth
                                last edited by

                                @Jopyth www.reddit.com/r/HighQualityGifs

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  McSorley
                                  last edited by

                                  Link it up with a PIR sensor with some bluetooth speakers and you could give someone a nasty fright!!

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    Jopyth Moderator @rvdgeer
                                    last edited by Jopyth

                                    @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%;'>"
                                    			}
                                    		},
                                    

                                    Helpful sticky: How to troubleshoot

                                    R 1 Reply Last reply Reply Quote -1
                                    • R Offline
                                      rvdgeer @Jopyth
                                      last edited by paviro

                                      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!

                                      R 1 Reply Last reply Reply Quote 1
                                      • R Offline
                                        rvdgeer @rvdgeer
                                        last edited by rvdgeer

                                        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…

                                        J BKeyportB 2 Replies Last reply Reply Quote 1
                                        • J Offline
                                          jtyle6 @rvdgeer
                                          last edited by jtyle6

                                          @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
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • MitchfarinoM Offline
                                            Mitchfarino Module Developer @Jopyth
                                            last edited by

                                            @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

                                            J 1 Reply Last reply Reply Quote 0

                                            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
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy