MagicMirror Forum

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

    Can't access from external browser. (RPI zero non-W)

    Troubleshooting
    3
    11
    3409
    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.
    • I
      ImTheBadWolf last edited by

      I can’t access magic mirror running on my raspberry pi zero from my computer. In config I granted all IP’s by “ipWhitelist: []” but I dont think the problem is here because browser on my computer says " refused to connect". I don’t have installed apache2.

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

        @ImTheBadWolf

        Try adding the address line as seen below, or “localhost”:

        var config = {
                address: "0.0.0.0", 
        	port: 8080,
        	ipWhitelist: [],
        

        That should do it.

        Create a working config
        How to add modules

        I 1 Reply Last reply Reply Quote 0
        • I
          ImTheBadWolf @Mykle1 last edited by

          @Mykle1 Thanks for your answer but that doesnt work either 😞

          Mykle1 1 Reply Last reply Reply Quote 0
          • broberg
            broberg Project Sponsor last edited by

            You are specifying the port as well in the address?

            like this :
            http://192.168.0.2:8080

            I 1 Reply Last reply Reply Quote 0
            • I
              ImTheBadWolf @broberg last edited by

              @broberg Yes

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

                @ImTheBadWolf said in Can’t access from external browser. (RPI zero non-W):

                Thanks for your answer but that doesnt work either 😞

                Can you post the beginning portion of your config?

                var config = {
                	port: 8080,
                        address: "0.0.0.0",
                	ipWhitelist: [],
                
                	language: "en",
                	timeFormat: 12,
                	units: "imperial",
                
                	modules: [
                

                Create a working config
                How to add modules

                I 1 Reply Last reply Reply Quote 0
                • I
                  ImTheBadWolf last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • I
                    ImTheBadWolf @Mykle1 last edited by

                    @Mykle1
                    var config = {
                    address: “0.0.0.0”,
                    port: 8085,
                    //ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “192.168.1.112”, “192.168.1.102”],
                    ipWhitelist: [],
                    language: “”,
                    timeFormat: 24,
                    units: “metric”

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

                      @ImTheBadWolf

                      So then, this SHOULD work:

                      http://192.168.1.20:8085 substitute your Pi’s ip address

                      You took the language OUT of your config???

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • I
                        ImTheBadWolf last edited by

                        Thanks guys it is working now… I dont know why but in the morning it wasnt working and now it is 😃 I didnt change everything except rebooted rpi so that may be the answer

                        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy