Does anyone have any advice?
Read the statement by Michael Teeuw here.
Latest posts made by hall1458
-
Time and Date Do not Update
Hello,
I’m building my first mirror, and I’m having trouble with the time and date. I followed the installation instructions very closely, and everything was working at first. However, I realized that when I shut everything down and turned it on a few days earlier, the system date and time started from right where they left off (right now I’m about 6 days behind). I’ve read through a few forums and haven’t gotten it to work. I realize this is not a Magic Mirror question, but more of a RPi system question.-I definitely have the correct time zone, region, etc. This does not correct anything if I’m off.
-The time updates when I do this: "sudo date -s “Thu Aug 9 21:31:26 UTC 2012"” but then does not update if the pi is turned off and on again.
-I’m connected through my wifi- not an ethernet cable.
-I’ve also tried this since it’s been suggested://sudo /etc/init.d/ntp stop //sudo /etc/init.d/ntp start
This is probably a rather simple fix, but I’m new to this. Any help is appreciated.
Thanks!
-
RE: Final Step of Installing MagicMirror (EXTREME NOOB)
No I don’t think so, and that must be my issue. I don’t see this in the complete setup instructions though. Where would I install the dependencies? Again, I’m very new to this so I’m probably missing it. Thanks for the help.
-
Final Step of Installing MagicMirror (EXTREME NOOB)
Hello,
I followed the step-by-step instructions very closely (at least I thought), but I’m running into a problem at the very last step. I’m not familiar with working in the terminal, so I don’t really know what’s wrong even though I’m sure it’s a simple fix. The error code is below and the debug file is below that. Any help would be appreciated.//pi@raspberrypihall1458:~ $ cd MagicMirror/config pi@raspberrypihall1458:~/MagicMirror/config $ cp config.js.sample config.js pi@raspberrypihall1458:~/MagicMirror/config $ cd $HOME/MagicMirror pi@raspberrypihall1458:~/MagicMirror $ npm start > magicmirror@2.1.2 start /home/pi/MagicMirror > sh run-start.sh run-start.sh: 4: run-start.sh: electron: not found npm ERR! Linux 4.9.39-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" npm ERR! node v6.11.1 npm ERR! npm v3.10.10 npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! magicmirror@2.1.2 start: `sh run-start.sh` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the magicmirror@2.1.2 start script 'sh run-start.sh'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the magicmirror package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! sh run-start.sh npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs magicmirror npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls magicmirror npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log
******* DEBUG FILE ********
0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ] 2 info using npm@3.10.10 3 info using node@v6.11.1 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle magicmirror@2.1.2~prestart: magicmirror@2.1.2 6 silly lifecycle magicmirror@2.1.2~prestart: no script for prestart, continuing 7 info lifecycle magicmirror@2.1.2~start: magicmirror@2.1.2 8 verbose lifecycle magicmirror@2.1.2~start: unsafe-perm in lifecycle true 9 verbose lifecycle magicmirror@2.1.2~start: PATH: /usr/lib/node_modules/npm/bin/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 10 verbose lifecycle magicmirror@2.1.2~start: CWD: /home/pi/MagicMirror 11 silly lifecycle magicmirror@2.1.2~start: Args: [ '-c', 'sh run-start.sh' ] 12 info lifecycle magicmirror@2.1.2~start: Failed to exec start script 13 verbose stack Error: magicmirror@2.1.2 start: `sh run-start.sh` 13 verbose stack spawn ENOENT 13 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:33:16) 13 verbose stack at emitTwo (events.js:106:13) 13 verbose stack at ChildProcess.emit (events.js:191:7) 13 verbose stack at maybeClose (internal/child_process.js:891:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 14 verbose pkgid magicmirror@2.1.2 15 verbose cwd /home/pi/MagicMirror 16 error Linux 4.9.39-v7+ 17 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start" 18 error node v6.11.1 19 error npm v3.10.10 20 error file sh 21 error code ELIFECYCLE 22 error errno ENOENT 23 error syscall spawn 24 error magicmirror@2.1.2 start: `sh run-start.sh` 24 error spawn ENOENT 25 error Failed at the magicmirror@2.1.2 start script 'sh run-start.sh'. 25 error Make sure you have the latest version of node.js and npm installed. 25 error If you do, this is most likely a problem with the magicmirror package, 25 error not with npm itself. 25 error Tell the author that this fails on your system: 25 error sh run-start.sh 25 error You can get information on how to open an issue for this project with: 25 error npm bugs magicmirror 25 error Or if that isn't available, you can get their info via: 25 error npm owner ls magicmirror 25 error There is likely additional logging output above. 26 verbose exit [ 1, true ]
Thanks!