A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Canvas and MMM-Stocks not working
-
code: 'MODULE_NOT_FOUND', requireStack: [ '/home/pi/MagicMirror/modules/MMM-Canvas/node_helper.js', '/home/pi/MagicMirror/js/app.js', '/home/pi/MagicMirror/js/electron.js', '/code: 'MODULE_NOT_FOUND', requireStack: [ '/home/pi/MagicMirror/modules/MMM-Canvas/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',
So
npm install /home/pi/MagicMirror/modules/MMM-Canvas/node_helper.js
?
-
-
@sdetweil Sorry, I’m a bit confused. Wouldn’t it just be npm install MMM-Canvas then? Since canvas is the module that it can’t find…
Sorry again
-
no… IN the MMM-Canvas folder
it is
npm install request
or
npm install valid-url
or
npm install ???whatever other lib might be missing…
u have to read the messages to get the name of the missing thing
from someone else’s same problem
[31m- [39m [31.10.2021 20:10.49.037] [ERROR] App threw an error during load [31.10.2021 20:10.49.039] [ERROR] Error: Cannot find module 'request' <---------------------------- Require stack: - /home/pi/MagicMirror/modules/MMM-NetworkConnection/node_modules/lzma-native/index.js - /home/pi/MagicMirror/modules/MMM-NetworkConnection
-
@sdetweil Ohh. Now I get it, works too!
Thank you so much and sry about that.