MagicMirror Forum

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

    UNSOLVED Can't access magic mirror via http ?

    Troubleshooting
    5
    10
    9803
    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
      saifkazi last edited by

      Hey experts
      I was able to perform http request on my magic mirror but after some time it stopped working .i can’t access the remote from my mobile . Any idea how can I access from my extremal devices?

      Regards Saif

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @saifkazi last edited by

        @saifkazi more detailed information is needed.

        1. Is your mobile phone is in the same network with your MM? (e.g. in your house)
        2. If not, you need static IP or DDNS service for your MM for accessing from outside network.
        S 1 Reply Last reply Reply Quote 0
        • S
          saifkazi @Guest last edited by saifkazi

          @Sean
          No I am in the same network and I can’t access it with public IP of my router. I was able to access it before but now I can’t access it .

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @saifkazi last edited by

            @saifkazi If your mobile phone and MM are in same network, ipWhitelist in your config could be the problem. currently, many problems about ipWhitelist are reported. See the forum topics about that.(use search about ‘ipWhitelist’)

            S 1 Reply Last reply Reply Quote 0
            • S
              saifkazi @Guest last edited by

              @Sean
              This problem started after updating mm and installing remote control

              ? 1 Reply Last reply Reply Quote 0
              • ?
                A Former User @saifkazi last edited by A Former User

                @saifkazi Others reported the same issue about that. I think you’d better wait for this new upgrade being more stable. I believe @Jopyth could make hotfix as soon.

                S 1 Reply Last reply Reply Quote 0
                • S
                  saifkazi @Guest last edited by

                  @Sean
                  Just downgraded and all Is working good . Where I can get the link for magic mirror other version because my current version 2.1.0 doesn’t support modules like facial recognition

                  Regards saif

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

                    @saifkazi said in Can’t access magic mirror via http ?:

                    Where I can get the link for magic mirror other version

                    https://github.com/MichMich/MagicMirror/releases

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • J
                      Jopyth Moderator last edited by Jopyth

                      TLDR: You need to enable listening to all addresses (see the comment on the Github issue) in addition to the usual adaptation of the ipWhitelist. Add this line to your config.js:

                      address: "0.0.0.0",
                      

                      Related topic.


                      Since MagicMirror 2.1.3, the webserver only listens to the loopback interface be default. This removes any possible attack on the webserver for most users (not that their are any known attacks right now, but in times of mirai it is a good thing!), but unfortunately also effectively stops accessing the MagicMirror through HTTP and how the remote module currently works. If any developer has a good idea how to combine the best of both worlds, please let me know.

                      @saifkazi I suggest you update again and try it out.

                      Helpful sticky: How to troubleshoot

                      1 Reply Last reply Reply Quote 2
                      • chaseb1357
                        chaseb1357 last edited by

                        So I have the same issues. I was wondering if there has been any developments on this subject over the past few months. Have any workarounds been discovered so I can finally remote access my Magic Mirror?

                        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