Read the statement by Michael Teeuw here.
Error on my first Mirror, New to this all
-
got a few modules to load and want to work on the MMM-CalendarExt but when i try to install i get this error,
“code: ‘MODULE_NOT_FOUND’,
requireStack: [
‘/home/pi/MagicMirror/modules/MMM-CalendarExt/node_helper.js’,
‘/home/pi/MagicMirror/js/app.js’,
‘/home/pi/MagicMirror/js/electron.js’,
‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’,”Not sure what the issue is.
I am a week into this with my first pi, do not know how to code but can follow instructions well haha , trying to make something for in the office conference room.
-
@dylanhull I think there should be a few more lines.
more that likely, these libs missing.
they were removed on purpose, due to security issues, and we have discovered a number of modules that didn’t document that they were needed.
valid-url rrule-alt request
because the module doesn’t have a package.json
you will need to npm install each module in the MagicMirror folder -
@sdetweil Thank you so much, i have been searching for days for a solution i installed all three and the module finally loads.
I appreciate the help.
-
@dylanhull Hey when you’re new it takes a bit but once you have it it’ll be much easier for you!
At least you’re trying so I’m sure someone will be more than willing to help!