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] Can not access remote control module

    Scheduled Pinned Locked Moved Troubleshooting
    76 Posts 21 Posters 73.7k 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.
    • S Offline
      sdetweil @Mr.Gysy
      last edited by

      @Mr-Gysy so, steps to debug

      from another system can u access the mirror itself
      http://ip:port
      if no, then either firewall, or mirror config prevents.
      address: or whitelist or both

      if address is localhost, then ONLY apps on the SAME PHYSICAL system can access
      if address is 0.0.0.0, then apps can access from any network connection
      if address is something else, some specific ip, then apps can only access server thru the hardware adapter that provdes that address. think if u had two network cards, and wanted to restrict access to only one of those cards…

      now, once you’ve got that
      we go to whitelist
      now you can constrain access to specific systems on that netwokr, or groups of systems by address range (or applied mask)

      so, to start I’d do address: “0.0.0.0” and whitelist :[],
      means any system from any network

      can u access the mirror app

      now can u access the remotecontrol app insde the mirror?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        Mr.Gysy
        last edited by

        adress is set on 0.0.0.0
        and whitelist []

        on pi itself same from browser : 192.168.178.40 rejected the connection

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

          @Mr-Gysy said in [MMM-Remote-Control] Can not access remote control module:

          192.168.178.40

          need the port too

          http://192.168.178.40:8080 (thats the default port)

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • M Offline
            Mr.Gysy
            last edited by

            alt text

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @Mr.Gysy
              last edited by

              @Mr-Gysy remove after the port. Let’s make sure default works

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                Mr.Gysy
                last edited by

                alt text

                same :/

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @Mr.Gysy
                  last edited by sdetweil

                  @Mr-Gysy ok. Check the address of the pi

                  sudo ifconfig

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Mr.Gysy
                    last edited by Mr.Gysy

                    sudo ipconfig

                    sudo: ipconfig: Command not found

                    thats not good :/

                    S 1 Reply Last reply Reply Quote 0
                    • M Offline
                      Mr.Gysy
                      last edited by

                      ifconfig worked

                      alt text

                      M 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Mr.Gysy
                        last edited by sdetweil

                        @Mr-Gysy not ip, if

                        sudo ifconfig

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          Mr.Gysy
                          last edited by

                          dont work

                          alt text

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @Mr.Gysy
                            last edited by

                            @Mr-Gysy please read and copy/paste

                            sudo ifconfig

                            U are typing iPconfig

                            Not p

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              Mr.Gysy
                              last edited by

                              thats the screen above :)

                              S 1 Reply Last reply Reply Quote 0
                              • S Offline
                                sdetweil @Mr.Gysy
                                last edited by

                                @Mr-Gysy no screen above shows 2 times the command
                                ipconfig

                                I need you to use

                                ifconfig

                                Windows system uses ipconfig
                                Linux does not

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  Mr.Gysy @Mr.Gysy
                                  last edited by

                                  @Mr-Gysy said in [MMM-Remote-Control] Can not access remote control module:

                                  ifconfig worked

                                  alt text

                                  that is “ifconfig”

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @Mr.Gysy
                                    last edited by

                                    @Mr-Gysy ok. U have two interfaces.

                                    What is address: in config.js?

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      Mr.Gysy
                                      last edited by

                                      you mean this? 0.0.0.0 or?

                                      alt text

                                      O 1 Reply Last reply Reply Quote 0
                                      • O Offline
                                        OldSunGuy @Mr.Gysy
                                        last edited by

                                        @Mr-Gysy
                                        config.js has a typo

                                        adresss: “0.0.0.0”,  
                                        

                                        should be.

                                        address: “0.0.0.0”,  
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          Mr.Gysy
                                          last edited by

                                          @OldSunGuy said in [MMM-Remote-Control] Can not access remote control module:

                                          address: “0.0.0.0”,

                                          what a shit failure.

                                          THANKS VERY MUCH!!!

                                          S 1 Reply Last reply Reply Quote 0
                                          • S Offline
                                            sdetweil @Mr.Gysy
                                            last edited by

                                            @Mr-Gysy hm … the default according to the API used is 0.0.0.0 if not specified.

                                            The typo would make it not specified…

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            1 Reply Last reply Reply Quote 1

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