• 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.

Updated to MM v2.6.0 now all I get is only a black Electron screen...

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 3 Posters 1.7k 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.
  • C Offline
    Cr4z33
    last edited by Cr4z33 Jan 3, 2019, 1:18 PM Jan 3, 2019, 1:17 PM

    So I did the update and ended up with the black empty screen.

    I then made backup of my config and modules and deleted the whole MagicMirror folder to make a fresh install.
    I keep getting the black empty Electron screen and this with everything default (no custom config, no custom modules added yet)… :disappointed_face:

    Ran also sudo apt-get update and sudo apt-get upgrade

    Here is what comes up from the console:

    pi@raspberrypi:~/MagicMirror $ npm start
    
    > magicmirror@2.6.0 start /home/pi/MagicMirror
    > sh run-start.sh
    
    Starting MagicMirror: v2.6.0
    Loading config ...
    Loading module helpers ...
    No helper found for module: alert.
    Initializing new module helper ...
    Module helper loaded: updatenotification
    No helper found for module: clock.
    Initializing new module helper ...
    Module helper loaded: calendar
    No helper found for module: compliments.
    No helper found for module: currentweather.
    No helper found for module: weatherforecast.
    Initializing new module helper ...
    Module helper loaded: newsfeed
    All module helpers loaded.
    Starting server on port 8080 ... 
    Server started ...
    Connecting socket for: updatenotification
    Connecting socket for: calendar
    Starting node helper for: calendar
    Connecting socket for: newsfeed
    Starting module: newsfeed
    Sockets connected & modules started ...
    Whoops! There was an uncaught exception...
    { Error: listen EADDRINUSE 127.0.0.1:8080
        at Object._errnoException (util.js:1024:11)
        at _exceptionWithHostPort (util.js:1046:20)
        at Server.setupListenHandle [as _listen2] (net.js:1351:14)
        at listenInCluster (net.js:1392:12)
        at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
        at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
      code: 'EADDRINUSE',
      errno: 'EADDRINUSE',
      syscall: 'listen',
      address: '127.0.0.1',
      port: 8080 }
    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    Launching application.
    

    Please help as my mirror is almost done. :confounded_face:

    1 Reply Last reply Reply Quote 0
    • S Away
      sdetweil
      last edited by Jan 3, 2019, 1:35 PM

      @cr4z33 said in Updated to MM v2.6.0 now all I get is only a black Electron screen...:

      { Error: listen EADDRINUSE 127.0.0.1:8080

      means some other app is using port 8080…
      I would reboot

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Jan 3, 2019, 1:37 PM Reply Quote 0
      • C Offline
        Cr4z33 @sdetweil
        last edited by Jan 3, 2019, 1:37 PM

        @sdetweil doh how could I not think about it lol! :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:

        Thanks working now!

        S 1 Reply Last reply Jan 3, 2019, 1:38 PM Reply Quote 0
        • S Away
          sdetweil @Cr4z33
          last edited by Jan 3, 2019, 1:38 PM

          @cr4z33 great!.. can u mark your problem as closed…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Jan 3, 2019, 1:39 PM Reply Quote 0
          • C Offline
            Cr4z33 @sdetweil
            last edited by Jan 3, 2019, 1:39 PM

            @sdetweil done.

            1 Reply Last reply Reply Quote 1
            • M Offline
              michael5r Module Developer
              last edited by Jan 3, 2019, 7:29 PM

              In case someone else has this problem, instead of rebooting just run the following in your terminal:

              kill -9 $(lsof -t -i :8080)
              

              That’ll kill the current process on port 8080.

              1 Reply Last reply Reply Quote 1
              • S Away
                sdetweil
                last edited by Jan 3, 2019, 7:44 PM

                or kill all node related

                ps -ef | grep node | awk  '{print $2}' | xargs kill -9
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  3/7
                  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