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