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.

    node problem : I can't update my MM and MM disappears from my screen after reboot

    Scheduled Pinned Locked Moved Solved Troubleshooting
    28 Posts 4 Posters 5.9k Views 4 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 @RIKKO14
      last edited by sdetweil

      @RIKKO14 yes…

      1. install, it fails, already installed…
      It seems like MagicMirror is already installed.
      To prevent overwriting, the installer will be aborted.
      Please rename the ~/MagicMirror folder and try again.
      
      1. upgrade, it is doing only test run, so no changes are made…
      doing test run = true, NO updates will be applied!
      
      1. to ACTUALLY do the upgrade there is a parameter added to the end of the link ‘apply’ (no quotes)
      If you WANT to actually apply the changes, copy/paste this line into the terminal window on your device:
      

      upgrading from version 2.25.0 to 2.25.0

      BUT, because your code level is already 2.25, upgrade will not work, unless you FORCE it…

      by changing the parm from ‘apply’ to ‘force’ (again no quotes)

      you should NOT clone this repo to your system, you click the link to copy it and then paste and execute directly from github

      and MM won’t start cause u have the new code and old libs, and probably the wrong nodejs version when ‘installed’…

      SO, try upgrade again with the ‘force’ parm

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • R Offline
        RIKKO14
        last edited by

        pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"force
        
        $$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
        $$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
        $$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
        $$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
        $$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
        $$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
        $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
        \__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                               $$\   $$ |
                               \$$$$$$  |
                                \______/
        
        install log being saved to /home/pi/install.log
        Updating packages ...
        W: Erreur de GPG : https://deb.nodesource.com/node_18.x nodistro InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 2F59B5F99B1BE0B4
        E: Le dépôt https://deb.nodesource.com/node_18.x nodistro InRelease n'est pas signé.
        Update failed, retrying installation ...
        Installing helper tools ...
        It seems like MagicMirror is already installed.
        To prevent overwriting, the installer will be aborted.
        Please rename the ~/MagicMirror folder and try again.
        
        
        pi@raspberrypi:~ $ 
        
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @RIKKO14
          last edited by sdetweil

          @RIKKO14 DO NOT RUN INSTALL…

          run UPGRADE with force

          I will look for how to fix the gpg key problem

          execute these commands, (copy paste)

          curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
          NODE_MAJOR=18
          echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
          

          then do

          sudo apt-get update
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          R 1 Reply Last reply Reply Quote 0
          • R Offline
            RIKKO14 @sdetweil
            last edited by

            Sans titre.png

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              RIKKO14 @RIKKO14
              last edited by

              My node version is 20.8.0 but i don’t know to launch my MM…
              Sans titre.png

              MM didn’t start…

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

                @RIKKO14

                do

                pm2 stop all
                cd ~/MagicMirror
                npm run install-mm
                npm start
                

                please confirm results

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • R Offline
                  RIKKO14
                  last edited by RIKKO14

                  The result :

                  pi@raspberrypi:~/MagicMirror $ pm2 stop all
                  cd ~/MagicMirror
                  npm run install-mm
                  npm start
                  [PM2] Applying action stopProcessId on app [all](ids: [ 0 ])
                  [PM2] [MagicMirror](0) ✓
                  ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
                  │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
                  ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                  │ 0  │ MagicMirror        │ fork     │ 0    │ stopped   │ 0%       │ 0b       │
                  └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                  
                  > magicmirror@2.25.0 install-mm
                  > npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev
                  
                  npm WARN config only Use `--omit=dev` to omit dev dependencies from the install.
                  
                  > magicmirror@2.25.0 postinstall
                  > npm run install-vendor && npm run install-fonts && echo "MagicMirror² installation finished successfully! 
                  > "
                  
                  
                  > magicmirror@2.25.0 install-vendor
                  > echo "Installing vendor files ...
                  > " && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifier
                  
                  Installing vendor files ...
                  
                  
                  up to date in 1s
                  
                  > magicmirror@2.25.0 install-fonts
                  > echo "Installing fonts ...
                  > " && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifier
                  
                  Installing fonts ...
                  
                  
                  up to date in 1s
                  MagicMirror² installation finished successfully! 
                  
                  > magicmirror@2.25.0 prepare
                  > [ -f node_modules/.bin/husky ] && husky install || echo no husky installed.
                  
                  no husky installed.
                  
                  up to date in 14s
                  
                  > magicmirror@2.25.0 start
                  > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
                  
                  [05.11.2023 14:46.59.755] [LOG]   Starting MagicMirror: v2.25.0
                  [05.11.2023 14:46.59.761] [LOG]   Loading config ...
                  [05.11.2023 14:46.59.767] [DEBUG] config template file not exists, no envsubst
                  [05.11.2023 14:46.59.775] [LOG]   Loading module helpers ...
                  [05.11.2023 14:46.59.778] [LOG]   No helper found for module: alert.
                  [05.11.2023 14:46.59.800] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:46.59.801] [LOG]   Module helper loaded: EXT-UpdateNotification
                  [05.11.2023 14:46.59.803] [LOG]   No helper found for module: clock.
                  [05.11.2023 14:47.00.090] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.091] [LOG]   Module helper loaded: calendar
                  [05.11.2023 14:47.00.098] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.099] [LOG]   Module helper loaded: MMM-GoogleAssistant
                  [05.11.2023 14:47.00.103] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.103] [LOG]   Module helper loaded: EXT-Alert
                  [05.11.2023 14:47.00.115] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.116] [LOG]   Module helper loaded: EXT-Bring
                  [05.11.2023 14:47.00.127] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.127] [LOG]   Module helper loaded: EXT-Browser
                  [05.11.2023 14:47.00.142] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.142] [LOG]   Module helper loaded: EXT-Detector
                  [05.11.2023 14:47.00.595] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.596] [LOG]   Module helper loaded: EXT-Librespot
                  [05.11.2023 14:47.00.599] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.599] [LOG]   Module helper loaded: EXT-Photos
                  [05.11.2023 14:47.00.603] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.603] [LOG]   Module helper loaded: EXT-RadioPlayer
                  [05.11.2023 14:47.00.638] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.638] [LOG]   Module helper loaded: EXT-ScreenManager
                  [05.11.2023 14:47.00.967] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.968] [LOG]   Module helper loaded: EXT-Spotify
                  [05.11.2023 14:47.00.975] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.975] [LOG]   Module helper loaded: Gateway
                  [05.11.2023 14:47.00.998] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.00.999] [LOG]   Module helper loaded: MMM-DHT-Sensor
                  [05.11.2023 14:47.00.999] [LOG]   No helper found for module: MMM-WeatherOrNot.
                  [05.11.2023 14:47.01.093] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.01.094] [LOG]   Module helper loaded: MMM-RainForecast-FR
                  [05.11.2023 14:47.01.094] [LOG]   No helper found for module: MMM-TomTomTraffic.
                  [05.11.2023 14:47.01.594] [LOG]   Initializing new module helper ...
                  [05.11.2023 14:47.01.595] [LOG]   Module helper loaded: MMM-MovieListings
                  [05.11.2023 14:47.01.600] [ERROR] (node:12072) UnhandledPromiseRejectionWarning: Error: Cannot find module 'node-fetch'
                  Require stack:
                  - /home/pi/MagicMirror/modules/MMM-MarineWeather/node_helper.js
                  - /home/pi/MagicMirror/js/app.js
                  - /home/pi/MagicMirror/js/electron.js
                  - /home/pi/MagicMirror/node_modules/electron/dist/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 (/home/pi/MagicMirror/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> (/home/pi/MagicMirror/modules/MMM-MarineWeather/node_helper.js:14: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 loadModule (/home/pi/MagicMirror/js/app.js:180:19)
                  (Use `electron --trace-warnings ...` to show where the warning was created)
                  [05.11.2023 14:47.01.601] [ERROR] (node:12072) 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)
                  [12072:1105/144701.952277:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
                  MESA-LOADER: failed to retrieve device information
                  MESA-LOADER: failed to retrieve device information
                  MESA-LOADER: failed to retrieve device information
                  MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: Ne peut ouvrir le fichier d'objet partagé: Permission non accordée (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                  failed to load driver: kms_swrast
                  MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: Ne peut ouvrir le fichier d'objet partagé: Permission non accordée (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                  failed to load swrast driver
                  
                  
                  
                  
                  

                  And MM didn’t launch…

                  S 2 Replies Last reply Reply Quote 0
                  • R Offline
                    RIKKO14
                    last edited by

                    If I anderstand my MM is up to date and node is up to date too.
                    So Why my MM didn’t launch ?..

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

                      @RIKKO14 one command at a time

                      show results of each one at a time

                      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 @RIKKO14
                        last edited by

                        @RIKKO14

                        Screenshot_20231105_081717_Chrome.jpg

                        Screenshot_20231105_081726_Chrome.jpg

                        yes that module is missing a library

                        if you run my upgrade script with force, it should fix it

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 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