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 code EADDRINUSE

    Scheduled Pinned Locked Moved Solved Requests
    41 Posts 3 Posters 15.3k 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.
    • P Offline
      PXNDA
      last edited by

      I cloned MagicMirror and copied the run-start.sh into the original but it still doesn’t work.
      Entire error:

      { Error: listen EADDRINUSE 0.0.0.0:8080
          at Server.setupListenHandle [as _listen2] (net.js:1330:14)
          at listenInCluster (net.js:1378:12)
          at doListen (net.js:1492:7)
          at process._tickCallback (internal/process/next_tick.js:63:19)
          at Function.Module.runMain (internal/modules/cjs/loader.js:755:11)
          at startup (internal/bootstrap/node.js:241:19)
          at bootstrapNodeJSCore (internal/bootstrap/node.js:579:3)
        errno: 'EADDRINUSE',
        code: 'EADDRINUSE',
        syscall: 'listen',
        address: '0.0.0.0',
        port: 8080 }
      
      
      S mumblebajM 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @PXNDA
        last edited by

        @PXNDA that means something is already using port 8080. Maybe u have pm2 running magicmirror already

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • mumblebajM Offline
          mumblebaj Module Developer @PXNDA
          last edited by

          @PXNDA As @sdetweil mentioned, the EADDRINUSE means that something is already listening on port 8080. You need to check what it is and kill the process and try restarting the MM again.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories
          Check my blog-post: https://mumblebaj.xyz/
          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

          1 Reply Last reply Reply Quote 0
          • P Offline
            PXNDA
            last edited by

            Thank you. It fixed the error code but now it is asking me to create a config file when I already have one.

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

              @PXNDA u have a syntax error

              From the MagicMirror folder do

              npm run check:config
              

              Fix errors top down, rerun til no errors

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • P Offline
                PXNDA
                last edited by

                Thanks it worked but I now have a black screen, with nothing on it.

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

                  @PXNDA open the developers console, ctrl-shift-i, select the console tab and scroll up to find any errors, usually in red text

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    PXNDA
                    last edited by

                    I got this warning:

                    Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
                    Policy set or a policy with “unsafe-eval” enabled. This exposes users of
                    this app to unnecessary security risks.

                    For more information and help, consult
                    https://electronjs.org/docs/tutorial/security.
                    This warning will not show up
                    once the app is packaged.

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

                      @PXNDA don’t care about that… looking for errors

                      are you still getting the eaddressinuse error in the terminal window?

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        PXNDA
                        last edited by

                        No, and i only have that warning.

                        1 Reply Last reply Reply Quote 0
                        • P Offline
                          PXNDA
                          last edited by

                          0_1564514696316_Capture.PNG

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

                            select the console tab… you are on the elements tab

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • P Offline
                              PXNDA
                              last edited by

                              same thing:
                              C:\Users\user1\MagicMirror\node_modules\electron\dist\resources\electron.asar\renderer\security-warnings.js:184

                              Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
                              Policy set or a policy with “unsafe-eval” enabled. This exposes users of
                              this app to unnecessary security risks.

                              For more information and help, consult
                              https://electronjs.org/docs/tutorial/security.
                              This warning will not show up
                              once the app is packaged.
                              warnAboutInsecureCSP @ C:\Users\user1\MagicMirror\node_modules\electron\dist\resources\electron.asar\renderer\security-warnings.js:184

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

                                @PXNDA change the filter from defaults to all

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • P Offline
                                  PXNDA
                                  last edited by

                                  What do you mean?

                                  S 1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    PXNDA
                                    last edited by

                                    0_1564515567301_Capture.PNG

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

                                      @PXNDA there is a field called filter, center … there should be a lot of info in the console…

                                      the very top row, elements, console, sources, network, …

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

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

                                        @PXNDA not the word all, next to it there is a drop down says default levels

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          PXNDA
                                          last edited by

                                          Same thing:
                                          Electron Security Warning (Insecure Content-Security-Policy)
                                          This renderer process has either no Content Security
                                          Policy set or a policy with “unsafe-eval” enabled. This exposes users of
                                          this app to unnecessary security risks.

                                          For more information and help, consult
                                          https://electronjs.org/docs/tutorial/security.
                                          This warning will not show up
                                          once the app is packaged.

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

                                            @PXNDA ok… kill mirror

                                            then from the MagicMirror folder do

                                            npm start & 
                                            

                                            there should be a stream of info , like this

                                            
                                            > magicmirror@2.8.0 start /home/pi/MagicMirror
                                            > sh run-start.sh
                                            
                                            Starting MagicMirror: v2.8.0
                                            Loading config ...
                                            Loading module helpers ...
                                            No helper found for module: alert.
                                            handler helper in init
                                            Module helper loaded: MMM-SleepWake
                                            Initializing new module helper ...
                                            Module helper loaded: MMM-ImagesPhotos
                                            Initializing new module helper ...
                                            Module helper loaded: MMM-voice
                                            Initializing new module helper ...
                                            Module helper loaded: WaterLevels
                                            All module helpers loaded.
                                            Starting server on port 8086 ...
                                            Server started ...
                                            Connecting socket for: MMM-SleepWake
                                            handler helper in start
                                            Connecting socket for: MMM-ImagesPhotos
                                            Starting node helper for: MMM-ImagesPhotos
                                            Connecting socket for: MMM-voice
                                            Starting module helper: MMM-voice
                                            Connecting socket for: WaterLevels
                                            Starting module: WaterLevels
                                            Sockets connected & modules started ...
                                            Launching application.
                                            

                                            then u should see any messages from the node_modules…

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • 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