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.

    Error: MagicMirror will not quite

    Scheduled Pinned Locked Moved Troubleshooting
    2 Posts 2 Posters 404 Views 3 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.
    • E Offline
      e199504
      last edited by

      Hello,
      I have installed MM from here

      When I want to run the Magic Mirror, I am getting the following error

      "MagicMirror will not quit, but it might be good idea to check why this happened. Maybe no internet connection? "

      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 npm start
      
      > magicmirror@2.15.0 start
      > ./run-start.sh $1
      
      [10.05.2021 10:27.27.904] [LOG]   Starting MagicMirror: v2.15.0
      [10.05.2021 10:27.27.912] [LOG]   Loading config ...
      [10.05.2021 10:27.27.924] [LOG]   Loading module helpers ...
      [10.05.2021 10:27.27.928] [LOG]   No helper found for module: alert.
      [10.05.2021 10:27.28.211] [LOG]   Initializing new module helper ...
      [10.05.2021 10:27.28.212] [LOG]   Module helper loaded: updatenotification
      [10.05.2021 10:27.28.214] [LOG]   No helper found for module: clock.
      [10.05.2021 10:27.29.096] [LOG]   Initializing new module helper ...
      [10.05.2021 10:27.29.098] [LOG]   Module helper loaded: calendar
      [10.05.2021 10:27.29.100] [LOG]   No helper found for module: compliments.
      [10.05.2021 10:27.29.101] [LOG]   No helper found for module: weather.
      [10.05.2021 10:27.29.140] [LOG]   Initializing new module helper ...
      [10.05.2021 10:27.29.141] [LOG]   Module helper loaded: newsfeed
      [10.05.2021 10:27.29.142] [LOG]   All module helpers loaded.
      [10.05.2021 10:27.29.281] [LOG]   Starting server on port 8080 ...
      [10.05.2021 10:27.29.303] [LOG]   Server started ...
      [10.05.2021 10:27.29.305] [LOG]   Connecting socket for: updatenotification
      [10.05.2021 10:27.29.306] [LOG]   Connecting socket for: calendar
      [10.05.2021 10:27.29.308] [LOG]   Starting node helper for: calendar
      [10.05.2021 10:27.29.309] [LOG]   Connecting socket for: newsfeed
      [10.05.2021 10:27.29.310] [LOG]   Starting node helper for: newsfeed
      [10.05.2021 10:27.29.311] [LOG]   Sockets connected & modules started ...
      [10.05.2021 10:27.29.683] [ERROR] Whoops! There was an uncaught exception...
      [10.05.2021 10:27.29.697] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
          at Server.setupListenHandle [as _listen2] (net.js:1313:16)
          at listenInCluster (net.js:1361:12)
          at GetAddrInfoReqWrap.doListen [as callback] (net.js:1498:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) {
        code: 'EADDRINUSE',
        errno: 'EADDRINUSE',
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8080
      }
      [10.05.2021 10:27.29.700] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [10.05.2021 10:27.29.701] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [10.05.2021 10:27.29.748] [LOG]   Launching application.
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @e199504
        last edited by

        @e199504 did u say yes to pm2?
        then pm2 is already running mm.

        do

        pm2 status

        then
        pm2 stop all, or 0, or the name shown in the pm2 status command output

        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