Read the statement by Michael Teeuw here.
updated installer script available for testing
-
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?
-
-
@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?
-
@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 -
@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 sidebdream@win7 MINGW64 ~ (master) $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - bash: sudo: command not found
-
@bdream CYGWIN and MINW don’t allow sudo operations, as they don’t control the machine directly
-
@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…
-
@bdream try, this, may not work
curl -sL https://deb.nodesource.com/setup_10.x | bash -
-
@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
-
@bdream yeh, figured
if u have windows 10, you could install the ubuntu support, MM will install and run (in serveronly mode) there.