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.

    updated installer script available for testing

    Scheduled Pinned Locked Moved Solved Troubleshooting
    211 Posts 18 Posters 287.2k Views 19 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 @bhepler
      last edited by

      @bhepler and??? a week later no news ??

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      bheplerB 1 Reply Last reply Reply Quote 0
      • bheplerB Offline
        bhepler Module Developer @sdetweil
        last edited by

        @sdetweil - Sorry, I thought the update to my post covered it. The installer worked like a charm. Thanks again for your hard work!

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

          @bhepler I missed the update

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • qu1queQ Offline
            qu1que Project Sponsor
            last edited by qu1que

            Hi. I’ve just installed MM on an Orange Pi PC board using this script. Works fine, and no errors. Thanks for your work @sdetweil

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

              @qu1que Cool, thx

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • N Offline
                Newbie007
                last edited by

                I used the regular method to install

                bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh
                

                and ran into below error

                alt text

                while searching on google came across this post. Now how do I proceed?

                How do I uninstall previous version? and install this?

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

                  @Newbie007 rename the MagicMirror folder out of the way

                  What kind of pi are u using?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    Newbie007
                    last edited by

                    @sdetweil said in Anyone want to try updated installer...:

                    What kind of pi are u using?

                    Raspberry Pi 2 Model B Rev 1.1

                    I don’t have to delete/uninstall previous one?

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

                      @Newbie007 no, just rename. If u are happy, just delete the older folder

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

                        I have submitted these changes under pull request 1789

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          mrdenmark
                          last edited by

                          i’ve tried running this installer a couple of times now but i keep getting the message-unable to install dependencies-any suggestions on how to proceed?

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

                            @mrdenmark show me the install.log from the MagicMirror folder… email to me if cannot post…

                            email userid is same as here on gmail

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              mrdenmark
                              last edited by

                              [0_1571974919417_install.log](Uploading 100%)

                              S 1 Reply Last reply Reply Quote 0
                              • M Offline
                                mrdenmark
                                last edited by

                                email sent,

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

                                  @mrdenmark thanks… can u try

                                  cd ~/MagicMirror
                                  rm -rf node_modules
                                  npm install
                                  

                                  please advise results

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  1 Reply Last reply Reply Quote 0
                                  • N Offline
                                    Newbie007
                                    last edited by

                                    Hey, it worked for me thanks!

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      mrdenmark
                                      last edited by mrdenmark

                                      no joy for me,heres a copy of the terminal output-
                                      pi@raspberrypi:~/MagicMirror $ rm -rf node_modules
                                      pi@raspberrypi:~/MagicMirror $ npm install
                                      npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.
                                      npm WARN acorn-jsx@5.1.0 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.

                                      npm ERR! code ENOENT
                                      npm ERR! syscall chmod
                                      npm ERR! path /home/pi/MagicMirror/node_modules/jsesc/bin/jsesc
                                      npm ERR! errno -2
                                      npm ERR! enoent ENOENT: no such file or directory, chmod ‘/home/pi/MagicMirror/node_modules/jsesc/bin/jsesc’
                                      npm ERR! enoent This is related to npm not being able to find a file.
                                      npm ERR! enoent

                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR! /home/pi/.npm/_logs/2019-10-25T19_15_39_049Z-debug.log
                                      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 npm start

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

                                      run-start.sh: 7: run-start.sh: electron: not found
                                      npm ERR! code ELIFECYCLE
                                      npm ERR! syscall spawn
                                      npm ERR! file sh
                                      npm ERR! errno ENOENT
                                      npm ERR! magicmirror@2.9.0 start: sh run-start.sh
                                      npm ERR! spawn ENOENT
                                      npm ERR!
                                      npm ERR! Failed at the magicmirror@2.9.0 start script.
                                      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR! /home/pi/.npm/_logs/2019-10-25T19_16_09_123Z-debug.log
                                      pi@raspberrypi:~/MagicMirror $ ^C
                                      pi@raspberrypi:~/MagicMirror $

                                      any suggestions?
                                      many thanks for your help so far!

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        mrdenmark
                                        last edited by

                                        heres the debug log-

                                        0 info it worked if it ends with ok
                                        1 verbose cli [ ‘/usr/local/bin/node’, ‘/usr/local/bin/npm’, ‘start’ ]
                                        2 info using npm@6.12.0
                                        3 info using node@v12.13.0
                                        4 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ]
                                        5 info lifecycle magicmirror@2.9.0~prestart: magicmirror@2.9.0
                                        6 info lifecycle magicmirror@2.9.0~start: magicmirror@2.9.0
                                        7 verbose lifecycle magicmirror@2.9.0~start: unsafe-perm in lifecycle true
                                        8 verbose lifecycle magicmirror@2.9.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
                                        9 verbose lifecycle magicmirror@2.9.0~start: CWD: /home/pi/MagicMirror
                                        10 silly lifecycle magicmirror@2.9.0~start: Args: [ ‘-c’, ‘sh run-start.sh’ ]
                                        11 info lifecycle magicmirror@2.9.0~start: Failed to exec start script
                                        12 verbose stack Error: magicmirror@2.9.0 start: sh run-start.sh
                                        12 verbose stack spawn ENOENT
                                        12 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18)
                                        12 verbose stack at ChildProcess.emit (events.js:210:5)
                                        12 verbose stack at maybeClose (internal/child_process.js:1021:16)
                                        12 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
                                        13 verbose pkgid magicmirror@2.9.0
                                        14 verbose cwd /home/pi/MagicMirror
                                        15 verbose Linux 4.19.75-v7+
                                        16 verbose argv “/usr/local/bin/node” “/usr/local/bin/npm” “start”
                                        17 verbose node v12.13.0
                                        18 verbose npm v6.12.0
                                        19 error code ELIFECYCLE
                                        20 error syscall spawn
                                        21 error file sh
                                        22 error errno ENOENT
                                        23 error magicmirror@2.9.0 start: sh run-start.sh
                                        23 error spawn ENOENT
                                        24 error Failed at the magicmirror@2.9.0 start script.
                                        24 error This is probably not a problem with npm. There is likely additional logging output above.
                                        25 verbose exit [ 1, true ]

                                        S 2 Replies Last reply Reply Quote 0
                                        • S Offline
                                          sdetweil @mrdenmark
                                          last edited by

                                          @mrdenmark great info! Let me research this

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

                                            @mrdenmark said in Anyone want to try updated installer...:

                                            2 info using npm@6.12.0
                                            3 info using node@v12.13.0

                                            can you do

                                            sudo npm i -g npm 
                                            

                                            the try the npm install from the MagicMirror folder
                                            also, show me the output of uname -a
                                            what OS is this?

                                            i don’t have node_modules/jsec installed either, but no error…

                                            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
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 3 / 11
                                            • 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