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 28.1k 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.
    • S Do not disturb
      sdetweil @Richard238
      last edited by

      @Richard238 /home/pi… it will figure it out

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

        @sdetweil

        pi@pi_mirror:~ $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”
        #: “#!/bin/bash: No such file or directory
        pi@pi_mirror:~ $ 
        
        S 1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @Richard238
          last edited by sdetweil

          @Richard238 the quotes need to be up/down, not slanted

          bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
          

          if u paste that line here without the code block wrapper, the quotes will be changed

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

            @sdetweil

            pi@pi_mirror:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
            It appears MagicMirror has not been installed on this system
            please run the installer, raspberry.sh first
            pi@pi_mirror:~ $ 
            
            S 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @Richard238
              last edited by

              @Richard238 not upgrade, install

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

                @sdetweil
                Ooops! You can tell it’s New Years Day, maybe I need another drink. :D

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

                  Splashscreen: Changed theme to MagicMirror successfully.
                  Do you want use pm2 for auto starting of your MagicMirror (y/N)?

                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @Richard238
                    last edited by

                    @Richard238 no

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil
                      last edited by

                      ~/install.log should say we upgraded node to 10.23 ish and npm to 6.14 ish

                      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
                        Richard238
                        last edited by

                        Splashscreen: Changed theme to MagicMirror successfully.
                        Do you want use pm2 for auto starting of your MagicMirror (y/N)?N
                        Do you want to disable the screen saver? (y/N)?

                        We’re ready! Run DISPLAY=:0 npm start from the ~/MagicMirror directory to start your MagicMirror.

                        pi@pi_mirror:~ $

                        As a new user, you can only post once every 120 second(s) until you have earned 3 reputation - please wait before posting again …New User? I’ve been a member for years?

                        S A 2 Replies Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @Richard238
                          last edited by

                          @Richard238 no idea…

                          so, now

                          node --v
                          npm --v

                          go to the old folder, delete the node_modules folder
                          rm -rf node_modules
                          npm install --only=prod
                          then npm start

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          R 1 Reply Last reply Reply Quote 0
                          • A Offline
                            ashishtank Module Developer @Richard238
                            last edited by

                            @Richard238 you need at least 3 reputation to post more often. It will be visible in your profile.

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

                              @sdetweil said in After update, nothing happens.:

                              ~/install.log should say we upgraded node to 10.23 ish and npm to 6.14 ish

                              [92mNode.js installation Done! version=v10.23.0
                              0mInstalled npm version: V6.14.8
                              
                              1 Reply Last reply Reply Quote 0
                              • R Offline
                                Richard238 @sdetweil
                                last edited by

                                @sdetweil said in After update, nothing happens.:

                                @Richard238 no idea…

                                so, now

                                node --v
                                npm --v

                                pi@pi_mirror:~ $ node --v
                                node: bad option: --v
                                pi@pi_mirror:~ $ npm --v
                                6.14.8
                                pi@pi_mirror:~ $ node -v
                                v10.23.0
                                pi@pi_mirror:~ $ 
                                
                                
                                S 1 Reply Last reply Reply Quote 0
                                • S Do not disturb
                                  sdetweil @Richard238
                                  last edited by sdetweil

                                  @Richard238 ok, up to level

                                  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

                                    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 Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @Richard238
                                      last edited by

                                      @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 Reply Quote 0
                                      • R Offline
                                        Richard238 @sdetweil
                                        last edited by

                                        @sdetweil

                                        OK, thank you for your help this far.

                                        1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @Richard238
                                          last edited by

                                          @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

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