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.

    Conncting to MM from outside

    Scheduled Pinned Locked Moved Solved Troubleshooting
    11 Posts 4 Posters 8.4k Views 4 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.
    • G Offline
      Graham Rich
      last edited by

      I think I’ve been doing the same recently but I wanted to clarify what you meant by outside. The post and replies appear to assume you mean the local LAN (home network). Is this what you mean or are you trying to access this from a remote device or mobile not connected to you home WiFi.

      If it the first, then I would confirm that I am using the same setting.

      var config = {
      address: “0.0.0.0”,
      port: 8080

      If this is remotely access from another domain, you will need to know your internet providers IP address for your router and setup your route access rules/forwarding.

      JanneJ 1 Reply Last reply Reply Quote 0
      • JanneJ Offline
        Janne @Graham Rich
        last edited by

        @graham-rich
        Hi,
        Actually I tried local LAN and I also set up a fixed ip in router and tested it from another LAN. Same problem and same fix.

        1 Reply Last reply Reply Quote 0
        • G Offline
          Graham Rich
          last edited by

          @graham-rich said in Conncting to MM from outside:

          var config = {
          address: “0.0.0.0”,
          port: “8080” // added quotes to port: “8080” to correctly reflect my version
          // Not sure what your ipWhitelist is saying. For a test set it to
          ipWhitelist: [], //You will want to tie this down a little later to prevent it from being too open. Something like [“192.168.1.1”] if you know you local IP address should help once you got it working

          1 Reply Last reply Reply Quote 0
          • G Offline
            Graham Rich
            last edited by

            I assume you have connected to your magicmirror via a terminal connection before to make sure its on the LAN and that you are using the same IP address with 8080 at the end. EG http:192.168.1.44:8080

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

              i can connect to both my mirrors on the 2.4.1 version

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 1 / 2
              • 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