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 2.1k 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 Offline
      sdetweil
      last edited by

      @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

      Cr4z33C 1 Reply Last reply Reply Quote 0
      • Cr4z33C Offline
        Cr4z33 @sdetweil
        last edited by

        @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 Reply Quote 0
        • S Offline
          sdetweil @Cr4z33
          last edited by

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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          Cr4z33C 1 Reply Last reply Reply Quote 0
          • Cr4z33C Offline
            Cr4z33 @sdetweil
            last edited by

            @sdetweil done.

            1 Reply Last reply Reply Quote 1
            • michael5rM Offline
              michael5r Module Developer
              last edited by

              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 Offline
                sdetweil
                last edited by

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