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 remote control

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 2 Posters 19 Views 2 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.
    • T Offline
      tommyk
      last edited by

      mmm remote control
      hi
      I have installed mmm remote control so I can use my android phone to control my mirror
      but am having trouble trying to understand the setup.
      I have the qr code on my screen but when I scan it wont let me connect
      err connection refused
      could anyone please help
      thanks in advance

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @tommyk
        last edited by sdetweil

        @tommyk by default, MM does not allow anything outside to connect…
        this is from the address , and ipWhitelist settings in config.js

        to allow outside access(phone, tablet, laptop) , change those values to these, and restart MM

        address:"0.0.0.0",
        ipWhitelist:[],
        

        later you can tune the ipWhitelist to only allow your phone if you need to limit access from your local network.

        the 0.0.0.0 for address means, if you have ethernet and wifi, listen on ALL adapters for incoming traffic…
        you could use ONE of them by specifying the exact network adapter address instead of 0.0.0.0 , but usually this leads to unexpected confusion later… (I know I changed from localhost, it why cant I connect from X…)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        T 2 Replies Last reply Reply Quote 0
        • T Offline
          tommyk @sdetweil
          last edited by

          @sdetweil wow
          that is fantastic, thanks sam
          I will be playing around with this for a bit
          thank you so much, you made my day
          tommyk

          1 Reply Last reply Reply Quote 0
          • T Offline
            tommyk @sdetweil
            last edited by

            @sdetweil its all very confusing to me,
            could you tell my what all these ips are for from the remote control instructions
            ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.0.42”, “::ffff:192.168.0.50”],"

            and this… http://192.168.xxx.xxx:8080/remote.html
            thanks

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @tommyk
              last edited by

              @tommyk sorry. Danger if I know. Maybe just examples of how it could be.

              127.0.0.1 is the address for localhost
              192.168. Is a typical default network address setup

              I leave it empty, cause I don’t want to force my devices to fixed addresses (dont want the mgmt job)

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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