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.

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

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 3 Posters 5.9k Views 2 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.
    • I Offline
      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.

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        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 Offline
          ImTheBadWolf @Mykle1
          last edited by

          @Mykle1 Thanks for your answer but that doesnt work either :(

          Mykle1M 1 Reply Last reply Reply Quote 0
          • brobergB Offline
            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 Offline
              ImTheBadWolf @broberg
              last edited by

              @broberg Yes

              1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                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 Offline
                  ImTheBadWolf
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • I Offline
                    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”

                    Mykle1M 1 Reply Last reply Reply Quote 0
                    • Mykle1M Offline
                      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 Offline
                        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 :D 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 Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy