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

Cant start after update 2.13

Scheduled Pinned Locked Moved Troubleshooting
12 Posts 2 Posters 1.2k Views 2 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 @SuseGigabyte
    last edited by Oct 4, 2020, 4:48 PM

    @SuseGigabyte what pi is this?
    also, show me the output of

    lsb_release -a 
    uname -a
    node -v
    npm -v
    

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • S Offline
      SuseGigabyte
      last edited by Oct 4, 2020, 4:52 PM

      @sdetweil thank you for your patience.

      Raspberry Pi 3 Model B Plus Rev 1.3

      pi@raspberrypi:~/MagicMirror $ lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description: Raspbian GNU/Linux 10 (buster)

      pi@raspberrypi:~/MagicMirror $ uname -a
      Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux

      pi@raspberrypi:~/MagicMirror $ node -v
      v10.22.1

      pi@raspberrypi:~/MagicMirror $ npm -v
      6.10.3

      S 1 Reply Last reply Oct 4, 2020, 4:55 PM Reply Quote 0
      • S Offline
        sdetweil @SuseGigabyte
        last edited by Oct 4, 2020, 4:55 PM

        @SuseGigabyte hmmm… looks ok,

        i ‘suspect’ a bad sd card, but lets try one more time using my upgrade script
        from here

        execute this

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

        it will create a log file, MagicMirror/installers/upgrade.log

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          SuseGigabyte
          last edited by lavolp3 Oct 5, 2020, 9:26 AM Oct 4, 2020, 5:17 PM

          @sdetweil You’re a genius. I can’t thank you enough.
          After hours of blood, sweat and almost tears every thing went o.k.

          Do I have to do an additional command because of:

          added 394 packages from 287 contributors and audited 1163 packages in 412.313s
          found 3 low severity vulnerabilities
            run `npm audit fix` to fix them, or `npm audit` for details
          npm install completed - So Okt  4 19:08:08 CEST 2020 on base
          
          
          
          **upgrade.log**
          
          Upgrade started - So Okt  4 19:00:18 CEST 2020
          system is Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux
          the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
          user requested to force apply changes
          doing test run = false
          
          saving custom.css
          remote name = origin
          upgrading from version 2.13.0 to 2.13.0
          fetching latest revisions
          git fetch rc=0
          current branch = master
          On branch master
          Your branch is up to date with 'origin/master'.
          
          Changes not staged for commit:
            (use "git add/rm <file>..." to update what will be committed)
            (use "git checkout -- <file>..." to discard changes in working directory)
          
          	deleted:    config/config.js.sample
          	modified:   installers/mm.sh
          	deleted:    modules/default/clock/README.md
          	modified:   modules/default/clock/clock.js
          	deleted:    modules/default/clock/clock_styles.css
          	modified:   modules/default/compliments/compliments.js
          	modified:   package-lock.json
          	modified:   package.json
          
          Untracked files:
            (use "git add <file>..." to include in what will be committed)
          
          	0
          	core
          	css/custom.css_Back
          	css/custom.css_Backup
          	css/save_custom.css
          	installers/pm2_MagicMirror.json
          	js/socketclient.js_heute
          	js/socketclient.js_mod
          	js/socketclient.js_modified
          	js/socketclient.js_org
          	modules/default/back_clock/
          	modules/default/compliments/compliments.js_org
          	package-lock.json_back
          	package-lock.json_back_1
          	package.json_back
          	package.json_back_1
          
          no changes added to commit (use "git add" and/or "git commit -a")
          there are 5 local files that are different than the master repo
          
             installers/mm.sh
             modules/default/clock/clock.js
             modules/default/compliments/compliments.js
             package-lock.json
             package.json
          
          save/restore files selection = y
          Speicherte Arbeitsverzeichnis und Index-Status WIP on master: 3dbe8bf Merge pull request #2143 from MichMich/develop
          test merge result rc='' , if empty, no conflicts
          executing merge, apply specified
          merge result rc= 0
           Already up to date.
          processor architecture is armv7l
          updating MagicMirror runtime, please wait
          
          > console-stamp@0.2.9 postinstall /home/pi/MagicMirror/node_modules/console-stamp
          > node ./msg.js
          
          Attention
              Console-stamp version 3.0.0 Release Candidate is out. Install by using the tag '@next'. NB: Breaking changes.
              For more details goto: https://www.npmjs.com/package/console-stamp/v/next
          
          
          > electron@6.1.12 postinstall /home/pi/MagicMirror/node_modules/electron
          > node install.js
          
          
          > magicmirror@2.13.0 install /home/pi/MagicMirror
          > echo "Installing vendor files ...
          " && cd vendor && npm install --loglevel=error
          
          Installing vendor files ...
          
          audited 24 packages in 2.478s
          found 0 vulnerabilities
          
          
          > magicmirror@2.13.0 postinstall /home/pi/MagicMirror
          > npm run install-fonts && echo "MagicMirror installation finished successfully! 
          "
          
          
          > magicmirror@2.13.0 install-fonts /home/pi/MagicMirror
          > echo "Installing fonts ...
          " && cd fonts && npm install --loglevel=error
          
          Installing fonts ...
          
          audited 1 package in 2.715s
          found 0 vulnerabilities
          
          MagicMirror installation finished successfully! 
          
          added 394 packages from 287 contributors and audited 1163 packages in 412.313s
          found 3 low severity vulnerabilities
            run `npm audit fix` to fix them, or `npm audit` for details
          npm install completed - So Okt  4 19:08:08 CEST 2020 on base
          fixing sandbox permissions
          downloading dumpactivemodules script
          
          processing dependency changes for active modules with package.json files
          processing for module netatmo please wait
          
          S 1 Reply Last reply Oct 4, 2020, 5:18 PM Reply Quote 0
          • S Offline
            sdetweil @SuseGigabyte
            last edited by Oct 4, 2020, 5:18 PM

            @SuseGigabyte no additional commands required

            in the future, please use code wrapper for posts with messages like this… (mark the text and hit the </> button)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              SuseGigabyte
              last edited by SuseGigabyte Oct 4, 2020, 5:25 PM Oct 4, 2020, 5:23 PM

              @sdetweil I’m sorry about that. I didn’t know that.:face_with_hand_over_mouth: #beginner

              S 1 Reply Last reply Oct 4, 2020, 5:26 PM Reply Quote 0
              • S Offline
                sdetweil @SuseGigabyte
                last edited by Oct 4, 2020, 5:26 PM

                @SuseGigabyte no problem, see https://forum.magicmirror.builders/topic/67/forum-posting-tips?_=1601749531385

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 1 / 2
                1 / 2
                • First post
                  10/12
                  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