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 254.5k 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.
    • B Offline
      bdream
      last edited by

      Just got Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10 run under Windows 7.

      This version of MM is version 2.6.0. I planned to run updatescript from @sdetweil but failed. Have you any idea?

      –
      cheers, bdream

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

        @bdream

        I planned to run updatescript from @sdetweil but failed.

        what does ‘planned’ mean?
        if you DID run my upgrade-script,
        can u show me the ~/MagicMirror/installers/upgrade.log

        thanks

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • B Offline
          bdream
          last edited by bdream

          @sdetweil umpf, yes I started the script but it doesn’t work. So it was a plan not a run :rolling_on_the_floor_laughing:

          bdream@win7 MINGW64 ~/MagicMirror (master)
          $ bash -c "$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)"
          
          $$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
          $$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
          $$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
          $$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
          $$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
          $$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
          $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
          \__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                                 $$\   $$ |
                                 \$$$$$$  |
                                  \______/
          
          install log being saved to /c/Users/HikischB/install.log
          this appears not to be a Raspberry Pi 2 or 3, do you want to continue installation (y/N)?y
          Updating packages ...
          bash: line 93: sudo: command not found
          Update failed, carrying on installation ...
          Installing helper tools ...
          bash: line 99: sudo: command not found
          
          
          

          Seems there is an failure with sudo on my windows machine.

          Do I need to run as admin for update GIT Bash as admin?

          –
          cheers, bdream

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

            @bdream i don’t think it will run in the CYGWIN or MINW environments

            you will have to do the manual install

            see the instructions here https://github.com/MichMich/MagicMirror#manual-installation

            this also requires sudo, to install nodejs
            if you succeed, let me know what you did (step by step) and I will consider updating the installer

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              bdream
              last edited by

              @sdetweil looks like a new workingplace :dizzy_face:
              I will hang it on for the next time and mark your comment for further usage.
              1st try to follow the manual installation instruction failed and need more investigatin and understanding on my side

              bdream@win7 MINGW64 ~ (master)
              $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
              bash: sudo: command not found
              
              

              –
              cheers, bdream

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

                @bdream CYGWIN and MINW don’t allow sudo operations, as they don’t control the machine directly

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bdream
                  last edited by

                  @sdetweil yeah, that is I don’t know what and how to do. And it sounds like a big lack of knowledge on my side…

                  –
                  cheers, bdream

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

                    @bdream try, this, may not work

                    curl -sL https://deb.nodesource.com/setup_10.x | bash -
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      bdream
                      last edited by

                      @sdetweil it don’t work

                      $ curl -sL https://deb.nodesource.com/setup_10.x | bash -
                      
                      ## Installing the NodeSource Node.js 10.x repo...
                      
                      
                      ## Populating apt-get cache...
                      
                      + apt-get update
                      bash: apt-get: command not found
                      Error executing command, exiting
                      
                      

                      –
                      cheers, bdream

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

                        @bdream yeh, figured

                        if u have windows 10, you could install the ubuntu support, MM will install and run (in serveronly mode) there.

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 10
                        • 11
                        • 12
                        • 13
                        • 14
                        • 21
                        • 22
                        • 12 / 22
                        • 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