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.

    [Remote-Control] Shutdown, Configure and Update your MagicMirror

    Scheduled Pinned Locked Moved System
    274 Posts 78 Posters 874.1k Views 77 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.
    • M Offline
      MagicMirrorPi
      last edited by

      Thanks. That answered my question. I was wondering, how to control the mirror without hardware :)
      Another nice implementation is the Skywriter i think with gestures.

      1 Reply Last reply Reply Quote 1
      • lolobyteL Offline
        lolobyte
        last edited by

        Hello, i made the MM2 update and now i can’t access the remote.

        ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
        

        I can’t insert my ip from my laptop.
        I want to access MagicMirror from laptop with Remote Control, but it’s not possible now with this update.

        Where i have to insert my ip address in the white-list?
        How to insert a range?

        1 Reply Last reply Reply Quote 0
        • A Offline
          AAPS
          last edited by AAPS

          I am having the same problem. Does @Jopyth just need to update or is there a bigger issue?

          1 Reply Last reply Reply Quote 0
          • lolobyteL Offline
            lolobyte
            last edited by

            Hi all,

            it works.

            That is my part of config with the ipwhitelist.

                ipWhitelist: [
                                "127.0.0.1",
                                "::ffff:127.0.0.1",
                                "::1",
                                "::ffff:192.168.1.1/24",
                        ],
            

            hope it will help all other user.

            1 Reply Last reply Reply Quote 0
            • A Offline
              AAPS
              last edited by

              I know I probably sound dumb, but what is ipWhitelist, and will mine look different than yours?
              Thanks anyway.

              lolobyteL 1 Reply Last reply Reply Quote 0
              • lolobyteL Offline
                lolobyte @AAPS
                last edited by

                @AAPS

                if you update to the new magic mirror, this will be a new option in the config.js.

                Take a look to the config.js.sample file witch is delivered with the new version of magicmirror.

                1 Reply Last reply Reply Quote 0
                • A Offline
                  AAPS
                  last edited by

                  Cool! Do I just keep it the way it is, but format it differently, or do I have to add anything?

                  lolobyteL 1 Reply Last reply Reply Quote 0
                  • lolobyteL Offline
                    lolobyte @AAPS
                    last edited by

                    @AAPS

                    if your ip is from germany and you use ip4, than u can take it like it is.

                    It has just another format and added “::ffff:192.168.1.1/24”,

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      AAPS
                      last edited by

                      I tried that and it didn’t work. Is it because I am in America?

                      lolobyteL 1 Reply Last reply Reply Quote 0
                      • lolobyteL Offline
                        lolobyte @AAPS
                        last edited by

                        @AAPS

                        the you must change this…

                        “::ffff:xxx.xxx.1.1/24”,

                        Substitude the xxx with your American numbers.

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          AAPS
                          last edited by

                          It still doesn’t allow me to remote control it from my computer. Does it have to end in 1.1/24, or should I put ::ffff:(MY IP ADRESS)/24?

                          lolobyteL 1 Reply Last reply Reply Quote 0
                          • A Offline
                            AAPS
                            last edited by

                            Nothing seems to work for me. I will just set it back to what it was.

                            1 Reply Last reply Reply Quote 0
                            • lolobyteL Offline
                              lolobyte @AAPS
                              last edited by

                              @AAPS

                              do not change the end.
                              In my case i change only this because it is standard in my region and given from my internet provider.
                              192.168.

                              In your internet region you have other access address from your provider and you must change my example with numbers of your region.

                              1 Reply Last reply Reply Quote 0
                              • A Offline
                                AAPS
                                last edited by

                                My ip address starts with 192.168 too, but now that I try to change everything back, it doesn’t work.

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  AAPS
                                  last edited by

                                  Everything is fine. I will figure things out later. Thank you! @lolobyte

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    AAPS
                                    last edited by

                                    Are there any more problems with the Remote Control module? I want it perfect since my mirror will be a gift. If there are any more issues, what are they?

                                    lolobyteL 1 Reply Last reply Reply Quote 0
                                    • lolobyteL Offline
                                      lolobyte @AAPS
                                      last edited by

                                      @AAPS

                                      see my last post in this part of the forum.

                                      https://forum.magicmirror.builders/topic/1320/mmm-remote-control-after-upd-mm-to-2-1-0/10

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

                                        If someone still has issues with the IP whitelist, please check this thread. For the other issues, if someone has clean steps to reproduce them, please post here or on the github issues linked in that post.

                                        Helpful sticky: How to troubleshoot

                                        1 Reply Last reply Reply Quote 1
                                        • F Offline
                                          febreezey
                                          last edited by

                                          Hello,

                                          I’m building my first MagicMirror. I tried to add MMM-Remote_Control, and have it showing the website on my MagicMirror that would be used to access the MMM-Remote-Control. The only problem is once I go to the website it says “This device is not allowed to access your mirror. Please check your config.js or config.js.sample to change this.” I am not sure how to know whether I am not running with ‘sudo’ rights like noted in the README.md

                                          F 1 Reply Last reply Reply Quote 0
                                          • F Offline
                                            febreezey @febreezey
                                            last edited by

                                            @febreezey NVM!! I changed my ipwhitelist in my config.js like lolobyte noted. Works perfectly now!

                                            @lolobyte said in MMM-Remote-Control:

                                            Hi all,

                                            it works.

                                            That is my part of config with the ipwhitelist.

                                                ipWhitelist: [
                                                                "127.0.0.1",
                                                                "::ffff:127.0.0.1",
                                                                "::1",
                                                                "::ffff:192.168.1.1/24",
                                                        ],
                                            

                                            hope it will help all other user.

                                            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
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 13
                                            • 14
                                            • 6 / 14
                                            • 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