• 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.

new update/upgrade script, ready for testing

Scheduled Pinned Locked Moved General Discussion
325 Posts 26 Posters 569.3k Views 23 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
    last edited by Aug 4, 2019, 2:17 PM

    i updated the links in the 1st post to add .sh to the end of the script name to be consistent with the other two scripts

    raspberry.sh install
    fixuppm2.sh fix pm2 without having to do install (or u changed your mind)
    and now
    update-script.sh do all the work to update your current install to new code level

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • M Offline
      MwMagicMirror
      last edited by Aug 4, 2019, 8:07 PM

      @sdetweil said in new update/upgrade script, ready for testing:

      bash -c “$(curl -sL https://www.dropbox.com/s/lxzwyzohg61sppu/upgrade-script.sh?dl=0)” apply
      Hi,
      I just ran your script and get the following errors:
      error: pathspec ‘.github/stale.yml’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/calendar/vendor/ical.js/example_rrule.js’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/calendar/vendor/ical.js/examples/example_rrule.ics’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/calendar/vendor/ical.js/test/test12.ics’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/calendar/vendor/ical.js/test/test13.ics’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/calendar/vendor/ical.js/test/test14.ics’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/weather/providers/ukmetoffice.js’ did not match any file(s) known to git.
      error: pathspec ‘modules/default/weather/providers/weathergov.js’ did not match any file(s) known to git.
      error: pathspec ‘translations/sk.json’ did not match any file(s) known to git.
      error: pathspec ‘translations/tlh.json’ did not match any file(s) known to git.
      error: pathspec ‘vendor/css/font-awesome.css’ did not match any file(s) known to git.

      Any Ideas? I dont recall messing with any of those files.

      Thanks
      MW

      S 1 Reply Last reply Aug 4, 2019, 8:14 PM Reply Quote 0
      • S Offline
        sdetweil @MwMagicMirror
        last edited by sdetweil Aug 4, 2019, 8:15 PM Aug 4, 2019, 8:14 PM

        @MwMagicMirror can u send me the mm/installers/upgrade.log
        Same userid as here at Gmail.com

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        G M 2 Replies Last reply Aug 5, 2019, 2:46 PM Reply Quote 0
        • S Offline
          sdetweil
          last edited by Aug 4, 2019, 8:32 PM

          Those files are in the current GitHub repo.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • G Offline
            Gomalley @sdetweil
            last edited by Aug 5, 2019, 2:46 PM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @sdetweil
              last edited by Aug 21, 2019, 1:59 AM

              @sdetweil said in new update/upgrade script, ready for testing:

              can u send me the mm/installers/upgrade.log

              Tried using the your upgrade script. Current MM version 2.6.

              Upgrade started - Tue Aug 20 21:51:16 EDT 2019
              doing test run = true
              downloading dumpactivemodules script
              saving custom.css
              remote name =
              fetching latest revisions
              MagicMirror git pull failed
              restoring custom.css
              Upgrade ended - Tue Aug 20 21:51:17 EDT 2019
              

              Create a working config
              How to add modules

              S 2 Replies Last reply Aug 21, 2019, 2:01 AM Reply Quote 0
              • S Offline
                sdetweil @Mykle1
                last edited by sdetweil Aug 21, 2019, 2:04 AM Aug 21, 2019, 2:01 AM

                @Mykle1 can u do a git status, and git remote -v

                In the MagicMirror folder

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                M 1 Reply Last reply Aug 21, 2019, 10:04 PM Reply Quote 0
                • S Offline
                  sdetweil
                  last edited by Aug 21, 2019, 3:12 AM

                  i added a check for the git remote not being set.

                  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 @Mykle1
                    last edited by Aug 21, 2019, 3:15 AM

                    @Mykle1 but at least there is a log to look at!

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @sdetweil
                      last edited by Aug 21, 2019, 10:04 PM

                      @sdetweil said in new update/upgrade script, ready for testing:

                      can u do a git status, and git remote -v

                      It’s very likely that this was a manual installation of MM (in case that matters)

                      pop@E8300:~$ cd MagicMirror/
                      pop@E8300:~/MagicMirror$ git status
                      fatal: not a git repository (or any of the parent directories): .git
                      pop@E8300:~/MagicMirror$ git remote -v
                      fatal: not a git repository (or any of the parent directories): .git
                      pop@E8300:~/MagicMirror$ ^C
                      pop@E8300:~/MagicMirror$ 
                      

                      Create a working config
                      How to add modules

                      S 1 Reply Last reply Aug 21, 2019, 10:30 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 32
                      • 33
                      • 2 / 33
                      • 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