@izanbard Thank you!!
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
R
Latest posts made by RudyAcevedo
-
RE: Apache Permissions: can't duplicating config.js.sample
Soo looks like i fixed it by re cloneing the MagicMirror git and following directions. But now I am getting a blank black screen on the the MagicMirror webpage. When i inspect it, i get this
Uncaught TypeError: Cannot read property 'getElementsByClassName' of null at moduleNeedsUpdate (main.js:134) at updateDom (main.js:104) at Object.updateDom (main.js:472) at Class.updateDom (module.js:296) at clock.js:43 moduleNeedsUpdate @ main.js:134 updateDom @ main.js:104 updateDom @ main.js:472 updateDom @ module.js:296 (anonymous) @ clock.js:43
thoughts?
-
RE: Apache Permissions: can't duplicating config.js.sample
@patm189 hi, I saw that you helped @CaptainFalcon323 get his project running. I’d really like some help on mine. I think I am having a similar problem. When i go to my pi’s ip address, i get this.
Index of /So i followed your directions above and typed npm start while inside the MagicMirror folder in the terminal. This is what I get.
> magicmirror@2.1.0 start /var/www/html/MagicMirror > electron js/electron.js sh: 1: electron: not found npm ERR! magicmirror@2.1.0 start: `electron js/electron.js` npm ERR! Exit status 127 npm ERR! npm ERR! Failed at the magicmirror@2.1.0 start script. npm ERR! 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! electron js/electron.js npm ERR! You can get their info via: npm ERR! npm owner ls magicmirror npm ERR! There is likely additional logging output above. npm ERR! System Linux 4.4.38+ npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start" npm ERR! cwd /var/www/html/MagicMirror npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! code ELIFECYCLE npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /var/www/html/MagicMirror/npm-debug.log npm ERR! not ok code 0
please help! I’ve been trying to figure out how to make this project for weeks!