• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 55.9k 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.
  • O Offline
    OldSunGuy @Mr.Gysy
    last edited by OldSunGuy Dec 11, 2019, 12:43 AM Dec 11, 2019, 12:31 AM

    @Mr-Gysy
    I see you have:

        adresss: “0.0.0.0”,  
    

    It should be:

         address: “0.0.0.0”,  
    

    Just a user helping another user

    1 Reply Last reply Reply Quote 0
    • M Offline
      Mr.Gysy
      last edited by Dec 11, 2019, 5:59 PM

      Thanks for help. fixed that 2 parts. Now no error for config but site still cant be reached :/

      1 Reply Last reply Reply Quote 0
      • M Offline
        Mr.Gysy
        last edited by Dec 11, 2019, 6:50 PM

        no idea anymore or tips? :(

        S 1 Reply Last reply Dec 11, 2019, 6:59 PM Reply Quote -1
        • S Offline
          sdetweil @Mr.Gysy
          last edited by Dec 11, 2019, 6:59 PM

          @Mr-Gysy sorry, unclear on error you are seeing

          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 Dec 11, 2019, 7:00 PM

            changed something, now webpage shows: my connection has been rejected?

            S 1 Reply Last reply Dec 11, 2019, 7:28 PM Reply Quote 0
            • S Offline
              sdetweil @Mr.Gysy
              last edited by Dec 11, 2019, 7:28 PM

              @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 Dec 11, 2019, 7:38 PM

                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 Dec 11, 2019, 7:39 PM

                  @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 Dec 11, 2019, 7:42 PM

                    alt text

                    S 1 Reply Last reply Dec 11, 2019, 7:50 PM Reply Quote 0
                    • S Offline
                      sdetweil @Mr.Gysy
                      last edited by Dec 11, 2019, 7:50 PM

                      @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
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 6 / 8
                      6 / 8
                      • First post
                        54/76
                        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