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.

    Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

    Scheduled Pinned Locked Moved Solved Troubleshooting
    34 Posts 5 Posters 16.1k Views 5 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
      codac @karsten13
      last edited by

      @karsten13 WebUI

      S karsten13K 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @codac
        last edited by

        @codac and I think the electron error is just noise, as you must be running server only mode, whcih doesn’t use electron

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        karsten13K 1 Reply Last reply Reply Quote 0
        • karsten13K Offline
          karsten13 @codac
          last edited by

          @codac

          I don’t know this WebUI, you have to restart the container or stop and start again, whatever the WebUI provides

          C 1 Reply Last reply Reply Quote 0
          • karsten13K Offline
            karsten13 @sdetweil
            last edited by

            @sdetweil

            and I think the electron error is just noise, as you must be running server only mode, whcih doesn’t use electron

            yes, there is no electron installed

            1 Reply Last reply Reply Quote 0
            • C Offline
              codac @karsten13
              last edited by

              @karsten13 well restarting / stopping / starting is no problem. But the error just remains and doesnt go away…

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

                @codac which error? the node-fetch or the lib error?

                (@karsten13 we installed electron, my mistake… in docker, doah! )

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  codac @sdetweil
                  last edited by

                  @sdetweil the node-fetch error

                  karsten13K 1 Reply Last reply Reply Quote 0
                  • karsten13K Offline
                    karsten13 @codac
                    last edited by

                    @codac

                    if you are using https://github.com/0m4r/MMM-SoccerLiveScore the module contains the missing node-fetch so you should do a git pull in the module folder and try again (which means restart the container)

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

                      @karsten13 did they fix the module? I didn’t check

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      karsten13K 1 Reply Last reply Reply Quote 0
                      • karsten13K Offline
                        karsten13 @sdetweil
                        last edited by

                        @sdetweil

                        you are right, they “fixed” it in devDependencies instead in dependencies …

                        then git pull is useless, you have to install the missing library in the module folder as sam already explained above

                        KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
                        • KristjanESPERANTOK Offline
                          KristjanESPERANTO Module Developer @karsten13
                          last edited by

                          I created a PR to fix this, let’s see when @0m4r accept it.

                          S 0m4r0 2 Replies Last reply Reply Quote 1
                          • S Offline
                            sdetweil @KristjanESPERANTO
                            last edited by

                            @KristjanESPERANTO well, npm install would have installed the devDependencies too…

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            KristjanESPERANTOK karsten13K 2 Replies Last reply Reply Quote 0
                            • KristjanESPERANTOK Offline
                              KristjanESPERANTO Module Developer @sdetweil
                              last edited by

                              @sdetweil Sure. But my PR removes node-fetch, so npm install is no longer necessary for this module.

                              1 Reply Last reply Reply Quote 1
                              • karsten13K Offline
                                karsten13 @sdetweil
                                last edited by

                                @sdetweil

                                well, npm install would have installed the devDependencies too…

                                This sentence clicked in my brain.

                                I have NODE_ENV=production as default in my images (expect images I use for testing) and with this

                                • npm install will install nothing
                                • npm install node-fetch@2 will install nothing

                                so @codac please go again in the folder of the module and run NODE_ENV=test npm install node-fetch@2

                                this should hopefully solve the issue

                                C 1 Reply Last reply Reply Quote 1
                                • C Offline
                                  codac @codac
                                  last edited by

                                  @karsten13
                                  @codac said in Cannot find module 'node-fetch' error with MMM-SoccerLiveScore:

                                  @sdetweil

                                  root@04492d039b9f:/opt/magic_mirror/modules# cd MMM-SoccerLiveScore              
                                  root@04492d039b9f:/opt/magic_mirror/modules/MMM-SoccerLiveScore# npm install node
                                  -fetch@2                                                                         
                                                                                                                   
                                  up to date, audited 1 package in 1s                                              
                                                                                                                   
                                  found 0 vulnerabilities                                                         
                                  

                                  How would I restart MM of the container?
                                  pm2 is not set up.

                                  DISPLAY=:0 npm restart
                                  

                                  …results in

                                  > magicmirror@2.26.0 restart                                                     
                                  > npm stop --if-present && npm start                                             
                                                                                                                   
                                                                                                                   
                                  > magicmirror@2.26.0 start                                                       
                                  > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js           
                                                                                                                   
                                  sh: 1: ./node_modules/.bin/electron: not found   
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • C Offline
                                    codac @karsten13
                                    last edited by codac

                                    @karsten13 said in Cannot find module 'node-fetch' error with MMM-SoccerLiveScore:

                                    NODE_ENV=test npm install node-fetch@2

                                    I could see that this time node-fetch got installed (different than before running npm install node-fetch@2 only).
                                    But after restarting the docker container, the same error remained.

                                    1 Reply Last reply Reply Quote 0
                                    • karsten13K Offline
                                      karsten13
                                      last edited by

                                      did the same and it works, so no idea anymore

                                      482fa9fe-04e1-40ca-8423-e141bf1bca99-grafik.png

                                      C 1 Reply Last reply Reply Quote 0
                                      • C Offline
                                        codac @karsten13
                                        last edited by

                                        @karsten13 your are right… somehow the docker didn’t keep the installation after first try.
                                        After installing it a second time and restarting the docker afterwards, the container kept the installation of node-fetch. Its working now.

                                        Thank you guys for your massive support. Big time!
                                        @karsten13, @sdetweil, @KristjanESPERANTO

                                        1 Reply Last reply Reply Quote 2
                                        • 0m4r0 Offline
                                          0m4r Module Developer @KristjanESPERANTO
                                          last edited by

                                          @KristjanESPERANTO thank you!
                                          …and apologies for missing the whole discussion, I have updated my preferences to get e-mails when someone mentions me :)

                                          https://github.com/0m4r

                                          1 Reply Last reply Reply Quote 1

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