• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

After update, nothing happens.

Scheduled Pinned Locked Moved Troubleshooting
64 Posts 3 Posters 19.5k 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.
  • R Offline
    Richard238
    last edited by Jan 1, 2021, 2:51 PM

    MagicMirror installation finished successfully! 
    
    added 330 packages from 282 contributors and audited 1149 packages in 152.782s
    
    16 packages are looking for funding
      run `npm fund` for details
    
    found 1 low severity vulnerability
      run `npm audit fix` to fix them, or `npm audit` for details
    pi@pi_mirror:~/MagicMirror__RL1 $ npm start
    
    > magicmirror@2.14.0-develop start /home/pi/MagicMirror__RL1
    > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
    
    /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron)
    pi@pi_mirror:~/MagicMirror__RL1 $ 
    
    
    S 2 Replies Last reply Jan 1, 2021, 2:57 PM Reply Quote 0
    • S Offline
      sdetweil @Richard238
      last edited by Jan 1, 2021, 2:57 PM

      @Richard238 interesting. I have to go pick up grandson, be unable to research for a few hours. 3ish…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R 1 Reply Last reply Jan 1, 2021, 3:16 PM Reply Quote 0
      • R Offline
        Richard238 @sdetweil
        last edited by Jan 1, 2021, 3:16 PM

        @sdetweil

        OK, thank you for your help this far.

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Richard238
          last edited by Jan 1, 2021, 3:47 PM

          @Richard238 try this

          in the old mm folder

          git pull origin develop
          npm install --only=prod
          npm start

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • R Offline
            Richard238
            last edited by Jan 1, 2021, 3:51 PM

            I just powered it off, and this time it’s booted to the default MM with US Holidays.

            Does that help, what should I try next?

            S 1 Reply Last reply Jan 1, 2021, 3:52 PM Reply Quote 0
            • S Offline
              sdetweil @Richard238
              last edited by Jan 1, 2021, 3:52 PM

              @Richard238 yes the new mm came up.

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              R 1 Reply Last reply Jan 1, 2021, 3:54 PM Reply Quote 0
              • R Offline
                Richard238 @sdetweil
                last edited by Jan 1, 2021, 3:54 PM

                @sdetweil

                Should I stop that before doing this
                "git pull origin develop / npm install --only=prod / npm start "

                in the old MM?

                S 1 Reply Last reply Jan 1, 2021, 3:55 PM Reply Quote 0
                • S Offline
                  sdetweil @Richard238
                  last edited by Jan 1, 2021, 3:55 PM

                  @Richard238 yes pm2 stop all

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S 1 Reply Last reply Jan 1, 2021, 3:59 PM Reply Quote 0
                  • R Offline
                    Richard238
                    last edited by Jan 1, 2021, 3:58 PM

                    pi@pi_mirror:~ $ pm2 stop all
                    [PM2] Applying action stopProcessId on app [all](ids: 0)
                    [PM2] [mm](0) ✓
                    ┌──────┬──────┬─────────┬───┬─────┬────────┐
                    │ Name │ mode │ status  │ ↺ │ cpu │ memory │
                    ├──────┼──────┼─────────┼───┼─────┼────────┤
                    │ mm   │ fork │ stopped │ 0 │ 0%  │ 0 B    │
                    └──────┴──────┴─────────┴───┴─────┴────────┘
                     Use `pm2 show <id|name>` to get more details about an app
                    pi@pi_mirror:~ $ cd ~/MagicMirror__RL1
                    pi@pi_mirror:~/MagicMirror__RL1 $ git pull origin develop
                    remote: Enumerating objects: 8, done.
                    remote: Counting objects: 100% (8/8), done.
                    remote: Compressing objects: 100% (8/8), done.
                    remote: Total 8 (delta 1), reused 0 (delta 0), pack-reused 0
                    Unpacking objects: 100% (8/8), done.
                    From https://github.com/MichMich/MagicMirror
                     * branch            develop    -> FETCH_HEAD
                       a4ab0cb..da00c16  develop    -> origin/develop
                    Updating a4ab0cb..da00c16
                    Fast-forward
                     CHANGELOG.md | 1 +
                     js/module.js | 2 +-
                     2 files changed, 2 insertions(+), 1 deletion(-)
                    pi@pi_mirror:~/MagicMirror__RL1 $ npm install --only=prod
                    
                    > magicmirror@2.14.0-develop install /home/pi/MagicMirror__RL1
                    > echo "Installing vendor files ...
                    " && cd vendor && npm install --loglevel=error
                    
                    Installing vendor files ...
                    
                    audited 24 packages in 1.991s
                    
                    1 package is looking for funding
                      run `npm fund` for details
                    
                    found 0 vulnerabilities
                    
                    
                    > magicmirror@2.14.0-develop postinstall /home/pi/MagicMirror__RL1
                    > npm run install-fonts && echo "MagicMirror installation finished successfully! 
                    "
                    
                    
                    > magicmirror@2.14.0-develop install-fonts /home/pi/MagicMirror__RL1
                    > echo "Installing fonts ...
                    " && cd fonts && npm install --loglevel=error
                    
                    Installing fonts ...
                    
                    audited 1 package in 1.03s
                    found 0 vulnerabilities
                    
                    MagicMirror installation finished successfully! 
                    
                    audited 1149 packages in 36.561s
                    
                    16 packages are looking for funding
                      run `npm fund` for details
                    
                    found 1 low severity vulnerability
                      run `npm audit fix` to fix them, or `npm audit` for details
                    pi@pi_mirror:~/MagicMirror__RL1 $ npm start
                    
                    > magicmirror@2.14.0-develop start /home/pi/MagicMirror__RL1
                    > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
                    
                    /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron)
                    pi@pi_mirror:~/MagicMirror__RL1 $ 
                    
                    
                    S 1 Reply Last reply Jan 1, 2021, 4:02 PM Reply Quote 0
                    • S Offline
                      sdetweil @sdetweil
                      last edited by Jan 1, 2021, 3:59 PM

                      @sdetweil the new install used the master branch, so on electron 6. the old folder is on develop, so electron 8.5

                      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
                      • 4
                      • 5
                      • 6
                      • 7
                      • 4 / 7
                      4 / 7
                      • First post
                        34/64
                        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