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.

    mm watching disabled?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 835 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.
    • P Offline
      Periz
      last edited by

      Hello everyone,

      I am experiencing an issue where my mm is no longer displayed. I am unable to identify the error at this time. I would appreciate another pair of eyes to take a look at it.

      fd443dda-de77-46ce-9450-3d9de974454c-image.png

      Bild1.png 2.png

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Periz
        last edited by sdetweil

        @Periz you cannot have the SAME port being used by multiple apps

        you have 3 instances running, probably ALL trying to use port:8080
        (as defined in config.js, a few lines above what you displayed)

        so,

        pm2 logs --lines=100
        

        then

        pm2 stop all
        

        then

        # clear logs
        pm2 flush    
        pm2 start 0
        

        also you can check the config from the commandline

        cd ~/MagicMirror
        npm run config:check
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Reply Quote 0
        • P Periz has marked this topic as solved
        • P Offline
          Periz @sdetweil
          last edited by

          @sdetweil Thank you for the fast answer!!

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Periz
            last edited by

            @Periz another thing I didnt mention that could lead you from the pm2 status output

            The column Uptime tells you how long the app has been running

            0 is a bad sign

            The column to the right of Uptime
            Shows the count of restarts for the app
            large numbers are not good

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            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