Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Can You connect to MM server via laptop?

    Troubleshooting
    2
    5
    794
    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.
    • Tuicemen
      Tuicemen last edited by

      I have my Raspberry Pi running MM in server mode and I can access this from my pi browser however I can’t connect from another device.
      I plan to create a few mirrors with old tablets and or Old phones.
      the problem I’m having is I can’t connect with anything other then my pi.
      I’ve edited the config.js file so the whitelist is set to all IPs []
      I even tried setting to my laptops current IP (192.168.1.6)
      Am I missing something or is this not possible?

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @Tuicemen last edited by

        @tuicemen

        This used to work on older versions of MM. You can try this at the beginning of your config.js.

        var config = {
        	address: "0.0.0.0",
        	port: 8080,
        	ipWhitelist: [], // Set [] to allow all IP addresses
        
        Tuicemen 1 Reply Last reply Reply Quote 2
        • Tuicemen
          Tuicemen @Mykle1 last edited by Tuicemen

          @mykle1 said in Can You connect to MM server via laptop?:

          address: “0.0.0.0”

          address: “0.0.0.0” was the key ,thanks, I can now view from My laptop. However this doesn’t work for my old tablet ☹
          It maybe something to do with its browser as I only get a black screen.
          Tablet is running Android 2.3.1 so it may be too old. ☹

          Mykle1 1 Reply Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer @Tuicemen last edited by

            @tuicemen

            You’re welcome. I have an old iPad that doesn’t work in the way, also.

            1 Reply Last reply Reply Quote 0
            • Tuicemen
              Tuicemen last edited by

              I tested a few phones now and it seems to be a browser issue.
              I downloaded Chrome to a old phone that wouldn’t display MM using it’s default browser. this Now displays MM. 😊
              Unfortunately my old tablet will not down load this. I suspect it is to old to handle it. Sadly I had built a mirror for this tablet so looks like I need to find an app till I create something to show MM content on this tablet.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy