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.

    Update is not working..I need help please

    Scheduled Pinned Locked Moved Solved Troubleshooting
    41 Posts 5 Posters 13.9k 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.
    • StoffbeuteluweS Offline
      Stoffbeuteluwe Project Sponsor
      last edited by

      i am on a Mac mini

      i have done git pull and npm install not working
      i have tried a new installation not working

      Last login: Sat Oct  7 15:16:11 on console
      patrickhahn@Mac-mini ~ % cd MagicMirror
      patrickhahn@Mac-mini MagicMirror % npm start
      evalmachine.<anonymous>:45
      } = primordials;
          ^
      
      ReferenceError: primordials is not defined
          at evalmachine.<anonymous>:45:5
          at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/fs.js:11:8)
          at Module._compile (internal/modules/cjs/loader.js:1085:14)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
          at Module.load (internal/modules/cjs/loader.js:950:32)
          at Function.Module._load (internal/modules/cjs/loader.js:790:14)
          at Module.require (internal/modules/cjs/loader.js:974:19)
          at require (internal/modules/cjs/helpers.js:92:18)
          at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:3:27)
          at Module._compile (internal/modules/cjs/loader.js:1085:14)
      patrickhahn@Mac-mini MagicMirror % 
      
      
      
      
      

      I hope someone can help …thanks

      StoffbeuteluweS 1 Reply Last reply Reply Quote 0
      • StoffbeuteluweS Offline
        Stoffbeuteluwe Project Sponsor @sdetweil
        last edited by

        @sdetweil
        the solution is to change the line 11 an 12 of calendarfetcher.js to this …

        
        /*const fetch = require("fetch");*/
        /*const digest = require("digest-fetch");*/
        

        now it works :folded_hands: :smiling_face_with_sunglasses:

        S 1 Reply Last reply Reply Quote 2
        • StoffbeuteluweS Offline
          Stoffbeuteluwe Project Sponsor @Stoffbeuteluwe
          last edited by

          now I have installed node

          after git pull and npm install it shows this …

          > magicmirror@2.25.0 start
          > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
          
          [07.10.2023 16:44.38.170] [LOG]   Starting MagicMirror: v2.25.0
          [07.10.2023 16:44.38.171] [LOG]   Loading config ...
          [07.10.2023 16:44.38.171] [DEBUG] config template file not exists, no envsubst
          [07.10.2023 16:44.38.172] [LOG]   Loading module helpers ...
          [07.10.2023 16:44.38.172] [LOG]   No helper found for module: alert.
          [07.10.2023 16:44.38.200] [LOG]   Initializing new module helper ...
          [07.10.2023 16:44.38.200] [LOG]   Module helper loaded: MMM-Remote-Control
          [07.10.2023 16:44.38.201] [LOG]   Initializing new module helper ...
          [07.10.2023 16:44.38.201] [LOG]   Module helper loaded: updatenotification
          [07.10.2023 16:44.38.201] [LOG]   No helper found for module: MMM-Snow.
          [07.10.2023 16:44.38.201] [LOG]   No helper found for module: MMM-MyWordClock.
          [07.10.2023 16:44.38.201] [LOG]   No helper found for module: clock.
          [07.10.2023 16:44.38.203] [LOG]   No helper found for module: calendar_monthly.
          [07.10.2023 16:44.38.222] [LOG]   Initializing new module helper ...
          [07.10.2023 16:44.38.222] [LOG]   Module helper loaded: calendar
          [07.10.2023 16:44.38.223] [ERROR] (node:28140) UnhandledPromiseRejectionWarning: Error: Cannot find module 'fetch'
          Require stack:
          - /Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js
          - /Users/patrickhahn/MM/modules/MMM-MyCalendar/node_helper.js
          - /Users/patrickhahn/MM/js/app.js
          - /Users/patrickhahn/MM/js/electron.js
          - /Users/patrickhahn/MM/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js
          - 
              at node:internal/modules/cjs/loader:1084:15
              at Function.<anonymous> (node:electron/js2c/browser_init:2:117419)
              at Module._resolveFilename (/Users/patrickhahn/MM/node_modules/module-alias/index.js:49:29)
              at node:internal/modules/cjs/loader:929:27
              at Function._load (node:electron/js2c/asar_bundle:2:13327)
              at Module.require (node:internal/modules/cjs/loader:1150:19)
              at require (node:internal/modules/cjs/helpers:110:18)
              at Object.<anonymous> (/Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js:11:15)
              at Module._compile (node:internal/modules/cjs/loader:1271:14)
              at Object..js (node:internal/modules/cjs/loader:1326:10)
              at Module.load (node:internal/modules/cjs/loader:1126:32)
              at node:internal/modules/cjs/loader:967:12
              at Function._load (node:electron/js2c/asar_bundle:2:13327)
              at Module.require (node:internal/modules/cjs/loader:1150:19)
              at require (node:internal/modules/cjs/helpers:110:18)
              at Object.<anonymous> (/Users/patrickhahn/MM/modules/MMM-MyCalendar/node_helper.js:8:25)
          (Use `Electron --trace-warnings ...` to show where the warning was created)
          [07.10.2023 16:44.38.223] [ERROR] (node:28140) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
          2023-10-07 16:44:38.247 Electron[28140:158548] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
          
          
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Stoffbeuteluwe
            last edited by

            @Stoffbeuteluwe your version of node is not good enough You need either 18 or 20

            node -v

            will tell you

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @sdetweil
              I don’t have version 20 either but rather 16.14.2. How can I install version 20? Can you please help me?

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

                @sil3ntstorm you can try the node20_install script

                or you can try with upgrading mm using my upgrade script

                https://github.com/sdetweil/MagicMirror_scripts

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S StoffbeuteluweS 2 Replies Last reply Reply Quote 1
                • S Offline
                  sil3ntstorm @sdetweil
                  last edited by

                  @sdetweil I installed it, thanks

                  1 Reply Last reply Reply Quote 0
                  • StoffbeuteluweS Offline
                    Stoffbeuteluwe Project Sponsor @sdetweil
                    last edited by

                    @sdetweil Hi thanks for answering, the problem was 3 modules

                    the module

                    MMM-DWD-WarnWeather
                    MMM-Snake
                    MMM-MyCalendar

                    without the modules it works fine and with the modules it doesn’t work and I don’t know wy???

                    anybody an idea??

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

                      @Stoffbeuteluwe it’s this

                      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

                      we removed node-fetch

                      I think
                      MMM-DWD-WarnWeather
                      put out a fix
                      git pull in that module folder and npm install

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sil3ntstorm @Stoffbeuteluwe
                        last edited by

                        @Stoffbeuteluwe Did you just deactivate the 3 modules in config.js, or did you also delete the 3 folders in the Modules folder? Did you have to do anything else to make it work?

                        S StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                        • S Offline
                          sdetweil @sil3ntstorm
                          last edited by

                          @sil3ntstorm we removed some libraries in this release that modules use but don’t document So you have to fix the modules manually by installing the missing libraries.

                          I posted a link to the troubleshooting Post that shows you how to find the library and what to do about it

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • StoffbeuteluweS Offline
                            Stoffbeuteluwe Project Sponsor @sil3ntstorm
                            last edited by

                            @sil3ntstorm I only deleted the module folder…

                            1 Reply Last reply Reply Quote 0
                            • StoffbeuteluweS Offline
                              Stoffbeuteluwe Project Sponsor @sdetweil
                              last edited by

                              @sdetweil

                              thanks DWD-Warnweather is fine

                              I can’t get MMM-MyCalendar to work, I’ve tried everything but unfortunately it doesn’t work.
                              As soon as the module folder (MMM-MyCalendar) is in the modules folder it doesn’t work…
                              Unfortunately I don’t know what to do next, sorry

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

                                @Stoffbeuteluwe show the output of the npm start

                                best way

                                pm2 stop all
                                cd ~/MagicMirror
                                npm start >somefile.txt 2>&1
                                

                                wait 20 seconds
                                ctrl -c in the window for the above commands

                                then edit somefile.txt
                                and search for

                                Cannot find module
                                

                                then next few lines will tell you which mmm module is affected

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                • StoffbeuteluweS Offline
                                  Stoffbeuteluwe Project Sponsor @sdetweil
                                  last edited by

                                  @sdetweil

                                  > magicmirror@2.25.0 start
                                  > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
                                  
                                  [09.10.2023 21:11.47.231] [LOG]   Starting MagicMirror: v2.25.0
                                  [09.10.2023 21:11.47.231] [LOG]   Loading config ...
                                  [09.10.2023 21:11.47.232] [DEBUG] config template file not exists, no envsubst
                                  [09.10.2023 21:11.47.233] [LOG]   Loading module helpers ...
                                  [09.10.2023 21:11.47.233] [LOG]   No helper found for module: alert.
                                  [09.10.2023 21:11.47.257] [LOG]   Initializing new module helper ...
                                  [09.10.2023 21:11.47.257] [LOG]   Module helper loaded: MMM-Remote-Control
                                  [09.10.2023 21:11.47.258] [LOG]   Initializing new module helper ...
                                  [09.10.2023 21:11.47.258] [LOG]   Module helper loaded: updatenotification
                                  [09.10.2023 21:11.47.258] [LOG]   No helper found for module: MMM-Snow.
                                  [09.10.2023 21:11.47.258] [LOG]   No helper found for module: MMM-MyWordClock.
                                  [09.10.2023 21:11.47.258] [LOG]   No helper found for module: clock.
                                  [09.10.2023 21:11.47.258] [LOG]   No helper found for module: calendar_monthly.
                                  [09.10.2023 21:11.47.275] [LOG]   Initializing new module helper ...
                                  [09.10.2023 21:11.47.275] [LOG]   Module helper loaded: calendar
                                  [09.10.2023 21:11.47.276] [ERROR] (node:78446) UnhandledPromiseRejectionWarning: Error: Cannot find module 'fetch'
                                  Require stack:
                                  - /Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js
                                  - /Users/patrickhahn/MM/modules/MMM-MyCalendar/node_helper.js
                                  - /Users/patrickhahn/MM/js/app.js
                                  - /Users/patrickhahn/MM/js/electron.js
                                  - /Users/patrickhahn/MM/node_modules/electron/dist/Electron.app/Contents/Resources/default_app.asar/main.js
                                  - 
                                      at node:internal/modules/cjs/loader:1084:15
                                      at Function.<anonymous> (node:electron/js2c/browser_init:2:117419)
                                      at Module._resolveFilename (/Users/patrickhahn/MM/node_modules/module-alias/index.js:49:29)
                                      at node:internal/modules/cjs/loader:929:27
                                      at Function._load (node:electron/js2c/asar_bundle:2:13327)
                                      at Module.require (node:internal/modules/cjs/loader:1150:19)
                                      at require (node:internal/modules/cjs/helpers:110:18)
                                      at Object.<anonymous> (/Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js:11:15)
                                      at Module._compile (node:internal/modules/cjs/loader:1271:14)
                                      at Object..js (node:internal/modules/cjs/loader:1326:10)
                                      at Module.load (node:internal/modules/cjs/loader:1126:32)
                                      at node:internal/modules/cjs/loader:967:12
                                      at Function._load (node:electron/js2c/asar_bundle:2:13327)
                                      at Module.require (node:internal/modules/cjs/loader:1150:19)
                                      at require (node:internal/modules/cjs/helpers:110:18)
                                      at Object.<anonymous> (/Users/patrickhahn/MM/modules/MMM-MyCalendar/node_helper.js:8:25)
                                  (Use `Electron --trace-warnings ...` to show where the warning was created)
                                  [09.10.2023 21:11.47.276] [ERROR] (node:78446) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
                                  2023-10-09 21:11:47.294 Electron[78446:1242307] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
                                  /Users/patrickhahn/MM/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited with signal SIGINT
                                  
                                  
                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @Stoffbeuteluwe
                                    last edited by

                                    @Stoffbeuteluwe said in Update is not working..I need help please:

                                    Cannot find module ‘fetch’

                                    yes, and the module doesn’t provide a package.json, so npm install can’t fix it…

                                    BUT fetch is provided in the base node 18 and 20… SO

                                    edit the
                                    /Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js

                                    and comment out the line (11) , by adding // to the start of the line

                                    const fetch = require("fetch");
                                    

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                    • StoffbeuteluweS Offline
                                      Stoffbeuteluwe Project Sponsor @sdetweil
                                      last edited by

                                      @sdetweil
                                      i have done this

                                      /* MagicMirror²
                                       * Node Helper: Calendar - CalendarFetcher
                                       *
                                       * By Michael Teeuw https://michaelteeuw.nl
                                       * MIT Licensed.
                                       */
                                      const CalendarUtils = require("./calendarutils");
                                      const Log = require("logger");
                                      const NodeHelper = require("node_helper");
                                      const ical = require("node-ical");
                                      //const fetch = require("fetch");
                                      const digest = require("digest-fetch");
                                      const https = require("https");
                                      
                                      /**
                                       *
                                       * @param {string} url The url of the calendar to fetch
                                       * @param {number} reloadInterval Time in ms the calendar is fetched again
                                       * @param {string[]} excludedEvents An array of words / phrases from event titles that will be excluded from being shown.
                                       * @param {number} maximumEntries The maximum number of events fetched.
                                       * @param {number} maximumNumberOfDays The maximum number of days an event should be in the future.
                                       * @param {object} auth The object containing options for authentication against the calendar.
                                       * @param {boolean} includePastEvents If true events from the past maximumNumberOfDays will be fetched too
                                       * @param {boolean} selfSignedCert If true, the server certificate is not verified against the list of supplied CAs.
                                       * @class
                                       */
                                      

                                      but it still does not work

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

                                        @Stoffbeuteluwe you are on the wrong level of code

                                        neither are there in 2.25

                                        do

                                        cd ~/MagicMirror
                                        git checkout modules/default/calendar/calendarfetcher.js
                                        

                                        then

                                        git status
                                        

                                        show the results

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        karsten13K StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                                        • karsten13K Offline
                                          karsten13 @sdetweil
                                          last edited by

                                          @sdetweil

                                          MMM-MyCalendar is a mess, the author copied (meanwhile old) versions of our code into his repo, so the problem is calendarfetcher.js of the module.

                                          1 Reply Last reply Reply Quote 0
                                          • StoffbeuteluweS Offline
                                            Stoffbeuteluwe Project Sponsor @sdetweil
                                            last edited by

                                            @sdetweil said in Update is not working..I need help please:

                                            git status

                                            patrickhahn@Mac-mini MM % git checkout modules/default/calendar/calendarfetcher.js
                                            Updated 0 paths from the index
                                            patrickhahn@Mac-mini MM % git status
                                            On branch master
                                            Your branch is up to date with 'origin/master'.
                                            
                                            Untracked files:
                                              (use "git add <file>..." to include in what will be committed)
                                            	css/icons/
                                            	new_package.json
                                            	run-start.sh
                                            
                                            nothing added to commit but untracked files present (use "git add" to track)
                                            patrickhahn@Mac-mini MM % 
                                            
                                            S 1 Reply Last reply Reply Quote 0
                                            • S Offline
                                              sdetweil @Stoffbeuteluwe
                                              last edited by

                                              @Stoffbeuteluwe ok, now do

                                              cd ~/MagicMirror
                                              git pull
                                              npm run install-mm
                                              

                                              Sam

                                              How to add modules

                                              learning how to use browser developers window for css changes

                                              StoffbeuteluweS 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
                                              • 3 / 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