A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Positions not working
-
This post is deleted! -
-
This post is deleted! -
@hango The path is MagicMirror, the ‘r’ is at the start of the next line
-
@hango yep, sorry, missed it…
you don’t open index.html with a browser… its the shell that MM uses to place module output
-
@Joshsamuel error file not found, looks like you didn’t follow some install instructions,
there was a step
npm install
looks like something happened to the node_modules folder where the libraries are saved
-
This post is deleted! -
@sdetweil I ran npm install in the MM directory, it then said new patch version of npm available (6.14.4 > 6.14.5). I then tried to install this using
npm install -g npm
Then got the following message with some errors:
pi@raspberrypi:~/MagicMirror $ npm install -g npm npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/graceful-fs npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/mkdirp npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/nopt npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/npm-registry-fetch npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules npm WARN checkPermissions Missing write access to /usr/lib/node_modules npm ERR! code EACCES npm ERR! syscall access npm ERR! path /usr/lib/node_modules/npm/node_modules/graceful-fs npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, access '/usr/lib/node_modules/npm/node_modules/graceful-fs' npm ERR! { [Error: EACCES: permission denied, access '/usr/lib/node_modules/npm/node_modules/graceful-fs'] npm ERR! stack: npm ERR! 'Error: EACCES: permission denied, access \'/usr/lib/node_modules/npm/node_modules/graceful-fs\'', npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/usr/lib/node_modules/npm/node_modules/graceful-fs' } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2020-06-22T17_34_29_233Z-debug.log pi@raspberrypi:~/MagicMirror $
-
@Joshsamuel yeh, don’t do that…
to recover docd ~/MagicMirror npm install
-
@sdetweil Just did that, still haven’t got position working