Read the statement by Michael Teeuw here.
updated installer script available for testing
-
Finally got it to work and upload to my dropbox. Stopping Magic Mirror worked and allowed the Chromium browser to access the drop box webpage, but using my standard credentials (which were correct) just timed out on the logon page. I tried this like 20 times. No dice. Finally logged into dropbox using my google account instead and that allowed me to access a dropbox account that I setup using google credentials.
Ridiculous!Here is the link to the install.log
https://www.dropbox.com/s/425lhitp7tcftih/install.log?dl=0Now on to the fun of making just simple syntax errors in the config.js file when configuring modules only to have Magic Mirror 2 complain that there is no config.js or an error. This process is 100 percent suck!
-
@BD0G cool, thanks…
as for config
each module is
{ module: "name", position: "string", config : { something: "string", other_thing: number, another: true } }
not that each line has a trailing comma
number/booleans don’t need quotes,
everything else doessingle or double doesn’t matter, just have to match on a line
if troubles
donpm run config:check
first 1st error, (usually reported on the line AFTER the error )
rerun, etc -
Thanks ! Thats the process I have been using . Painstaking. Small details always cause errors. Even if I cut and paste right from the github repository using the authors code.
-
@BD0G yeh, sometimes/many times they don’t check their doc …
not THAT painstaking
thing on the left of the colon doesn’t need quotes, only words on the right
if something follows something else, the something else better have a trailing comma
I may have found a better way to do the node/npm setup… testing now
it allows node 10 on jesse…
thanks for the trouble report so I could think about the problem
-
@sdetweil I entered this to LXTerminal. Whats the next step i need to do?
-
@magicmirrorpi4 u cut/paste the bash-------- )" string into the terminal and hit enter
-
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