Read the statement by Michael Teeuw here.
updated installer script available for testing
-
Well that worked! Looks like Jesse is just too long in the tooth to run Magic Mirror2. Thanks again!
-
@BD0G cool. Thanks for the feedback. Could u post the the install.log to your Dropbox or email to me. Just want to look it over. Need to think about adding info about Jesse now.
We need to update electron too (doesn’t work on pi 0 anymore, well armv6l devices)
-
I am having a heck of a time. I cannot use the local browser to visit my drop box site any longer as it directs me to localhost_/ and there is no web address bar to type the dropbox website into.
-
@BD0G chrome is being used for the mirror display, as electron no longer works with the later levels of node.
I wouldn’t have expected another use to carry over the settings from the mirror task…
pm2 stop 0then use chrome
them
pm2 start 0 -
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:checkfirst 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 foundSeems 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.
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