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
    328 Posts 27 Posters 740.6k Views 24 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
      sdetweil @sdetweil
      last edited by

      @sdetweil weird…

      ok, my fault… number 1 and l (lowercase letter L ) looks close to the same
      lets try again

      cd ~/MagicMirror
      npm install --arch=armv7l electron@3.0.13 | tee -a ~/MagicMirror/installers/upgrade.log
      

      notice the 7l the char after 7 is taller than the number
      and with number 71 it is not taller

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply
      Reply Quote 0
      • B
        bobwilliams
        last edited by

        Yes, I also did not pay attention

        S 1 Reply Last reply
        Reply Quote 0
        • S
          sdetweil @bobwilliams
          last edited by sdetweil

          @bobwilliams you shouldn’t have to!.. there is arm6 L and B (lowercase) and arm7 L and B (lowercase)

          there is no arm 7 1… and the darned download website agrees!!

          but my upgrade script used number, instead of letter… (and there is no electron 3.013 for arm6 L), but there IS for arm7 L
          and my 1st instructions to you used number instead of letter…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply
          Reply Quote 0
          • B
            bobwilliams
            last edited by

            pi@raspberrypi:~/MagicMirror $ npm install --arch=armv7l electron@3.0.13 | tee -a ~/MagicMirror/installers/upgrade.log

            electron@3.0.13 postinstall /home/pi/MagicMirror/node_modules/electron
            node install.js

            Downloading tmp-13770-1-SHASUMS256.txt-3.0.13
            [============================================>] 100.0% of 4.79 kB (4.79 kB/s)
            npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
            npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.

            • electron@3.0.13
              added 5 packages from 6 contributors and audited 3475 packages in 652.83s
              found 28 vulnerabilities (1 low, 1 moderate, 26 high)
              run npm audit fix to fix them, or npm audit for details
              pi@raspberrypi:~/MagicMirror $
            S 1 Reply Last reply
            Reply Quote 0
            • S
              sdetweil @bobwilliams
              last edited by

              @bobwilliams woohoo!!!..

              now try to start mirror

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply
              Reply Quote 0
              • B
                bobwilliams
                last edited by

                this site can’t be reached
                localhost refused to connect

                S 1 Reply Last reply
                Reply Quote 0
                • S
                  sdetweil @bobwilliams
                  last edited by

                  @bobwilliams can I see your start script?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply
                  Reply Quote 0
                  • B
                    bobwilliams
                    last edited by

                    Yes, where do I need to look for him? ))))

                    S 1 Reply Last reply
                    Reply Quote 0
                    • S
                      sdetweil @bobwilliams
                      last edited by sdetweil

                      @bobwilliams how do you start mirror? pm2, or something else

                      if pm2, pm2 show 0, and there is a script path,

                      mine is /home/odroid/MagicMirror/installers/mm.sh

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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

                        @sdetweil and if it is pm2, then show pm2 logs --lines=100
                        (will have to ctrl-c to get out)

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply
                        Reply Quote 0
                        • B
                          bobwilliams
                          last edited by

                          in mm.sh file
                          cd ~ / MagicMirror
                          DISPLAY =: 0 npm start

                          pi@raspberrypi:~ $ pm2 logs mm
                          [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option)

                          did not quite understand how this is done

                          S 1 Reply Last reply
                          Reply Quote 0
                          • S
                            sdetweil @bobwilliams
                            last edited by

                            @bobwilliams ok… do

                            pm2 stop 0
                            then

                            cd ~/MagicMirror
                            npm start
                            

                            you should get a bunch of messages

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply
                            Reply Quote 0
                            • B
                              bobwilliams
                              last edited by

                              pi@raspberrypi:~/MagicMirror $ npm start

                              magicmirror@2.9.0 start /home/pi/MagicMirror
                              sh run-start.sh

                              pi@raspberrypi:~/MagicMirror $

                              S 1 Reply Last reply
                              Reply Quote 0
                              • S
                                sdetweil @bobwilliams
                                last edited by

                                @bobwilliams ok, lets do the upgrade again , now that I fixed the parm…

                                bash -c  "$(curl -sL https://www.dropbox.com/s/lxzwyzohg61sppu/upgrade-script.sh?dl=0)" force
                                

                                need force as u have 2.9.0 already, and we are gonna do it again

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply
                                Reply Quote 0
                                • B
                                  bobwilliams
                                  last edited by bobwilliams

                                  writes update wait … wait 10 minutes

                                  should it be long?

                                  S 1 Reply Last reply
                                  Reply Quote 0
                                  • S
                                    sdetweil @bobwilliams
                                    last edited by

                                    @bobwilliams no longer than before i don’t think

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

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

                                      @sdetweil do

                                      tail ~/MagicMirror/installers/upgrade.log -n 30
                                      

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply
                                      Reply Quote 0
                                      • B
                                        bobwilliams
                                        last edited by

                                        it seems like the mirror is running but does not show in the browser

                                        S 1 Reply Last reply
                                        Reply Quote 0
                                        • S
                                          sdetweil @bobwilliams
                                          last edited by

                                          @bobwilliams we were waiting for the upgrade to finish… it does not START the mirror

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply
                                          Reply Quote 0
                                          • B
                                            bobwilliams
                                            last edited by

                                            What do we do?

                                            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
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 16
                                            • 17
                                            • 6 / 17
                                            • 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