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.

    Problem with updating to 2.10.0 from 2.9.0 using update script

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    15 Posts 3 Posters 6.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.
    • O Offline
      outlying
      last edited by

      Unluckily scripts under 1st post

      https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing/1

      have the same issue at the ones I already tried, I’m not sure if I should go through whole thread, I admit I didn’t

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

        @outlying show me the log file, ~/MagicMirror/installers/upgrade.log

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil u need to erase the ~/MagicMirror/installers/dumpactivemodules.js file…

          then run the updated script.

          sorry, forgot that

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • O Offline
            outlying
            last edited by outlying

            Oh, my bad, I just deleted file rm ~/MagicMirror/installers/dumpactivemodules.js

            and I did run update script, with result

            the log will be /home/pi/MagicMirror/installers/upgrade.log
            No LSB modules are available.
            doing test run = false
            update log will be in /home/pi/MagicMirror/installers/upgrade.log
            
            saving custom.css
            upgrading from version 2.9.0 to 2.10.0
            fetching latest revisions
            updating MagicMirror runtime, please wait
            apply: line 244: npm: command not found
            no modules found needing npm refresh
            restoring custom.css
            

            So I restarted pm2 restart mm but now MM is in error, according to pm2 status


            Running standard pm2 start mm.sh does not start MM anymore, it just go to errored status

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

              @outlying but npm had to be installed before… I just use it

              that line 244 is npm install

              and I don’t know where the 'apply: ’ came from

              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

                this is what my MM/installers/upgrade.log says

                Upgrade started - Thu Jan  2 06:29:19 CST 2020
                system is Linux raspberrypi4 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux
                the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
                user requested to apply changes
                doing test run = false
                
                saving custom.css
                remote name = origin
                upgrading from version 2.9.0 to 2.10.0
                fetching latest revisions
                git fetch rc=0
                current branch = master
                On branch master
                Your branch is behind 'origin/master' by 2832 commits, and can be fast-forwarded.
                  (use "git pull" to update your local branch)
                
                Changes to be committed:
                  (use "git reset HEAD <file>..." to unstage)
                
                	deleted:    css/custom.css
                
                Changes not staged for commit:
                  (use "git add <file>..." to update what will be committed)
                  (use "git checkout -- <file>..." to discard changes in working directory)
                
                	modified:   package-lock.json
                	modified:   package.json
                
                Untracked files:
                  (use "git add <file>..." to include in what will be committed)
                
                	0
                	css/save_custom.css
                	somefile
                
                there are 2 local files that are different than the master repo
                
                   package-lock.json
                   package.json
                
                save/restore files selection = n
                restoring package-lock.json from repo
                restoring package.json from repo
                test merge result rc='' , if empty, no conflicts
                executing merge, apply specified
                merge result rc= 0
                 Updating 500147e..b595cdd Fast-forward  .gitignore                                         
                    6 -  .snyk                                              
                   14 -  .travis.yml                                        
                    8 +-  CHANGELOG.md                                       
                   28 +-  README.md                                          
                   17 +-  config/config.js.sample                            
                    7 +-  css/custom.css                                     
                   14 -  installers/dumpactivemodules.js                    
                   15 +  installers/fixuppm2.sh                             
                  183 +  installers/raspberry.sh                            
                  560 ++-  installers/screensaveroff.sh                       
                  101 +  installers/upgrade-script.sh                       
                  361 ++  js/app.js                                          
                    6 +  js/main.js                                         
                   17 +-  .../node_helper/index.js => js/node_helper.js      
                    2 +-  js/server.js                                       
                    2 +-  modules/default/calendar/calendar.js               
                    1 +  modules/default/calendar/calendarfetcher.js        
                    7 +-  modules/default/calendar/debug.js                  
                    4 +-  modules/default/compliments/compliments.js         
                   39 +-  modules/default/weatherforecast/weatherforecast.js 
                    4 +-  package-lock.json                                  
                 4187 +++++++++++---------  package.json                                       
                   17 +-  run-start.sh                                       
                   64 +-  tests/e2e/modules/weather_spec.js                  
                  138 +-  tests/e2e/vendor_spec.js                           
                    5 +-  untrack-css.sh                                     
                    2 +-  vendor/package-lock.json                           
                    2 +-  28 files changed, 3648 insertions(+), 2163 deletions(-)  delete mode 100644 .snyk  delete mode 100644 css/custom.css  
                create mode 100644 installers/dumpactivemodules.js  
                create mode 100755 installers/fixuppm2.sh  
                mode change 100644 => 100755 installers/raspberry.sh  
                create mode 100755 installers/screensaveroff.sh  
                create mode 100755 installers/upgrade-script.sh  rename modules/node_modules/node_helper/index.js => js/node_helper.js (98%)  
                mode change 100644 => 100755 run-start.sh
                processor architecture is armv7l
                updating MagicMirror runtime, please wait
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • O Offline
                  outlying
                  last edited by

                  @sdetweil I don’t know how to respond in that case, ofc I have to had it installed earlier in order for MM to work, but right now it seems system is not seeing it, only bash: npm: command not found sooooo … I think since it’s fresh install I will reinstall everything

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

                    @outlying close that terminal window and reopen it, npm should not have been removed…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    O 1 Reply Last reply Reply Quote 0
                    • O Offline
                      outlying @sdetweil
                      last edited by outlying

                      @sdetweil I’ve done it right away it but it’s not there anymore, somehow it’s messed up

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

                        @outlying weird… sudo apt-get install npm
                        then sudo npm i -g npm to get latest

                        node -v
                        and
                        npm -v
                        to verify levels

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          ChrizZz
                          last edited by

                          sorry to use the same topic. I have also trouble with the update to 2.10.0. The update script works, but I still have the notification that there is an update for MM. But the update log ends with “Upgrade ended - Do Jan 2 20:24:45 CET 2020”.

                          1 Reply Last reply Reply Quote 1
                          • O Offline
                            outlying
                            last edited by

                            @sdetweil I appreciate your fast responses :-) it’s really inspiring, but it would be way easier for me to set it up again in a matter of few minutes instead of trying to figure out what went wrong

                            Right now I have lock on dpkg files

                            sudo apt-get install npm
                            E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
                            E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
                            

                            So it all messed up :-/ this is very fresh setup so I really don’t mind purging it

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

                              @outlying save your magicmirror config.js at least!

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

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