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.

    MMM-MagicMover

    Scheduled Pinned Locked Moved Utilities
    15 Posts 8 Posters 6.7k Views 7 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.
    • C-sonC Offline
      C-son Module Developer @Cr4z33
      last edited by

      @Cr4z33 Thanks for feedback, and good luck with your daughters mirror :)

      MMM-MagicMover :: MMM-MagicSuperHero :: MMM-MagicHexClock

      1 Reply Last reply Reply Quote 0
      • R Offline
        raymondjspigot
        last edited by

        hi C-son thanks for your module, I’m just building and trying out my mirror and avoiding burn-in sounds like a great idea.

        I’ve been slowly configuring my mirror and started using the module MMM-BackgroundSlideshow as well. I’m finding that if I enable MMM-MagicMover then my background images don’t show (I just get my Clock, Calendar modules etc. displaying on a black background). If I disable MMM-MagicMover then the background images from MMM-BackgroundSlideshow are displayed under my other modules ok like before.

        Do you know if there’s a way to run both modules at the same time? I’ve experimented with changing the module position values in my config.js but it didn’t seem to help.

        (My MMM-BackgroundSlideshow is in position: fullscreen_below incidentally)

        thanks for any help anyway

        C-sonC 1 Reply Last reply Reply Quote 0
        • C-sonC Offline
          C-son Module Developer @raymondjspigot
          last edited by

          @raymondjspigot thank you for your bug repport. I will try to find a solution for this.

          MMM-MagicMover :: MMM-MagicSuperHero :: MMM-MagicHexClock

          1 Reply Last reply Reply Quote 0
          • BKeyportB Offline
            BKeyport Module Developer
            last edited by

            Installed new version today, and now the middle column of items are pushed way right. don’t seem like anything is moving around either.

            Anything I can do to fix it, or should I wait?

            The "E" in "Javascript" stands for "Easy"

            C-sonC 1 Reply Last reply Reply Quote 0
            • C-sonC Offline
              C-son Module Developer @BKeyport
              last edited by

              @BKeyport hard to say since I have no idea what other modules you’re using. It’s also hard to anticipate what and how other modules available for the Magic Mirror will affect Magic Mover. :)

              MMM-MagicMover :: MMM-MagicSuperHero :: MMM-MagicHexClock

              BKeyportB 1 Reply Last reply Reply Quote 0
              • BKeyportB Offline
                BKeyport Module Developer @C-son
                last edited by

                @C-son Apparently, updates you did between my post and my capturing screen shots fixed it. It’s now working normally after another git pull.

                Thanks!

                The "E" in "Javascript" stands for "Easy"

                C-sonC 1 Reply Last reply Reply Quote 0
                • C-sonC Offline
                  C-son Module Developer @BKeyport
                  last edited by

                  @BKeyport awesome, thanks for getting back to me!

                  MMM-MagicMover :: MMM-MagicSuperHero :: MMM-MagicHexClock

                  1 Reply Last reply Reply Quote 0
                  • C-sonC Offline
                    C-son Module Developer
                    last edited by

                    A new version of MMM-MagicMover is now released. Now you can add regions that shouldn’t be included, by adding them to an array:

                    {
                      module: "MMM-MagicMover",
                      config: {
                        updateInterval: 60 * 1000,
                        ignoredRegions: [],
                        maxMove: 20,
                      }
                    }
                    

                    Valid regions are: '.region.top.bar', '.region.upper.third', '.region.middle.center', '.region.lower.third' and '.region.bottom.bar'.

                    MMM-MagicMover :: MMM-MagicSuperHero :: MMM-MagicHexClock

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      mcaminiti @C-son
                      last edited by

                      @c-son If I have a full screen background rotating from Bing or somewhere else, do you think that change is enough to prevent some burn in or would something like this still be helpful for clock, date and other things that maybe are always white and showing up.

                      Fairly new to MM and found this module which I think is great idea. I didnt know if this burn in was common?

                      C-sonC 1 Reply Last reply Reply Quote 0
                      • C-sonC Offline
                        C-son Module Developer @mcaminiti
                        last edited by

                        @mcaminiti said in MMM-MagicMover:

                        @c-son If I have a full screen background rotating from Bing or somewhere else, do you think that change is enough to prevent some burn in or would something like this still be helpful for clock, date and other things that maybe are always white and showing up.

                        Hi @mcaminiti, yes, I believe this module will help to prevent screen burn in if you still have static text or images visible on the screen.

                        @mcaminiti said in MMM-MagicMover:

                        Fairly new to MM and found this module which I think is great idea.

                        Thank you! :thumbs_up_light_skin_tone:

                        @mcaminiti said in MMM-MagicMover:

                        I didnt know if this burn in was common?

                        Me neither. :) I just did this module to help those who might have this kind of issue. :)

                        MMM-MagicMover :: MMM-MagicSuperHero :: MMM-MagicHexClock

                        B 1 Reply Last reply Reply Quote 0
                        • B Offline
                          botts85 @C-son
                          last edited by

                          @C-son what format should the ignoredRegion field be in?

                          I can’t seem to get it to ignore regions. I’m trying this, but it’s still moving my background:

                                          {
                                                  module: "MMM-MagicMover",
                                                          config: {
                                                              updateInterval: 10 * 60 * 1000,
                                                              ignoredRegions: ["fullscreen_below"],
                                                              maxMove: 15,
                                                              moveWholescreen: false,
                                                          }
                                          },         
                          

                          I tried it with:

                          ignoredRegions: [".region.top.bar"],
                          

                          and still no luck.

                          S R 2 Replies Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @botts85
                            last edited by

                            @botts85 here is the defined terms for the ‘regions’
                            from the doc

                            IMG_0844.png

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • R Offline
                              rkorell Module Developer @botts85
                              last edited by rkorell

                              @botts85 said>

                              I tried it with:

                              ignoredRegions: [".region.top.bar"],
                              

                              and still no luck.

                              @C-son stated in his posting the region with single quotes…
                              I‘m not really sure if this makes a difference - at least worth a trial…

                              
                               ignoredRegions: ['.region.top.bar'], 
                              
                              

                              „Fullscreen_below“ BTW is not supported in ignoredRegions …

                              Good luck.
                              Regards,
                              Ralf

                              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 / 1
                              • 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