• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.0k 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.
  • M Offline
    MrCoffee
    last edited by Jan 5, 2018, 3:39 PM

    Hi everybody,

    I am not sure why, but my MMM-Syslog is not working anymore.
    As far as I remember the last two thinks I have done, was installing Alexa on the same Raspberry and updating the Magic Mirror.
    In order to find the error I just set up a new MagicMirror without Alexa. Same here. So I think it is because of the MagicMirror update?

    My browser says that there is no connection possible.
    I was working fine before.
    Even from my smart home I could send message until now.

    Do you have an idea?
    Could you please try your MMM-Syslog module?

    Thanks a lot!

    Mr.Coffee

    B 1 Reply Last reply Jan 5, 2018, 5:13 PM Reply Quote 0
    • B Offline
      broberg Project Sponsor @MrCoffee
      last edited by Jan 5, 2018, 5:13 PM

      @MrCoffee

      There was changes made to ipWhitelist for the last couple of updates. Have you checked that you can access your mirror from another computers browser?

      M 2 Replies Last reply Jan 5, 2018, 5:35 PM Reply Quote 0
      • M Offline
        MrCoffee
        last edited by Jan 5, 2018, 5:32 PM

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • M Offline
          MrCoffee @broberg
          last edited by Jan 5, 2018, 5:35 PM

          @broberg

          Hi broberg,

          thank you for your reply.
          Yes. I checked it from another computers browser. That is were it says “no connection possible”.

          However, I just tried to install an older version of MagicMirror on another SD-Card.
          The 2.1.2 from Juli has the same problem.
          The 2.1.1 from April looks much better. The browser finds the mirror sending this errormessage:
          “This device is not allowed to access your mirror.
          Please check your config.js or config.js.sample to change this.”

          Theoretically I know what to do with the config. But in generall I was not able to install the old version properly as I have to do it manualy. For example the config file was completely missing and I added it manualy.
          Help is welcome:-)

          But despite that. Now I know for sure that the problem exists since update 2.1.2.
          Do you have an idea why or how to fix it?

          Until it is fixed I would like to reinstall the 2.1.2 manually, but don´t know how. I used the automatic installer a few month ago.

          Thanks
          Mr.Coffee

          1 Reply Last reply Reply Quote 0
          • M Offline
            MrCoffee @broberg
            last edited by Jan 5, 2018, 5:39 PM

            @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
            • M Offline
              MrCoffee
              last edited by Jan 5, 2018, 5:51 PM

              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.

              B 1 Reply Last reply Jan 5, 2018, 6:17 PM Reply Quote 0
              • B Offline
                broberg Project Sponsor @MrCoffee
                last edited by Jan 5, 2018, 6:17 PM

                @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?

                M 2 Replies Last reply Jan 5, 2018, 9:05 PM Reply Quote 0
                • M Offline
                  MrCoffee @broberg
                  last edited by Jan 5, 2018, 9:05 PM

                  @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
                  • M Offline
                    MrCoffee @broberg
                    last edited by Jan 5, 2018, 9:58 PM

                    @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
                    1 / 1
                    • First post
                      1/9
                      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