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.

    MMM-Syslog not working anymore?

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 2 Posters 3.1k Views 1 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.
    • MrCoffeeM Offline
      MrCoffee @broberg
      last edited by

      @broberg

      “Have you checked that you can access your mirror from another computers browser?”

      Sorry. I have misunderstood that.
      I checked it with the MMM-syslog command. How can I check it another way?
      I tried the ip of the raspberry and could open the apache webserver.

      1 Reply Last reply Reply Quote 0
      • MrCoffeeM Offline
        MrCoffee
        last edited by

        I just made a port-scan.
        The raspberry with the older version has 8080/tcp http-proxy open. The other raspberry has not.
        I guess that MagicMirror opens or closes the port? I did nothing like that.

        brobergB 1 Reply Last reply Reply Quote 0
        • brobergB Offline
          broberg Project Sponsor @MrCoffee
          last edited by

          @MrCoffee

          Access your pi from your main computers browser via http://raspberryip:8080

          If you get “device not allowed” you need to alter your ipwhitelist in the config.
          There are a couple of threads on how to set it up.
          But to just rule out any other issues, try this in your config first and see if you get access to your MM after that :

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

          Why are you running an apache server on your MM?

          MrCoffeeM 2 Replies Last reply Reply Quote 0
          • MrCoffeeM Offline
            MrCoffee @broberg
            last edited by

            @broberg

            Now it works like a charm!
            Thank you very much.

            I compared my config.js with your code. The [address: “”,] was missing.
            What does it do?

            I deleted my code and inserted yours in total and that was it.
            The strange thing is that I did not changed anything in the config. So maybe it might be because of the update.
            Now even my portscanner detects the port 8080.

            Thanks again.
            I´m very happy.

            Greetings
            Mr.Coffee

            1 Reply Last reply Reply Quote 0
            • MrCoffeeM Offline
              MrCoffee @broberg
              last edited by

              @broberg
              The apache server is for some smart home function.
              Has nothing to do with the MagicMirror … yet;-)

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy