don't find the module
wirdman03 opened this issue · 3 comments
hello I cannot run mmm screencast he s crashing down my magic mirror
see in the terminal
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/pi/MagicMirror/modules/MMM-Screencast/DialServer.js',
'/home/pi/MagicMirror/modules/MMM-Screencast/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',
undefined
and my config
...updateDelay: 500
}
},
{
module: 'MMM-Screencast',
position: 'bottom_right', // This position is for a hidden <div /> and not the screencast window
config: {
position: 'bottomRight',
height: 300,
width: 500,
}
},
{
module: "MMM-Now...
it working now without error but I cannot find it in wireless
i do not understand my mirror working but nothing about mmm screencast
ompliments",
position: "lower_third"
},
{
module: 'MMM-Screencast',
position: 'bottom_left', // This position is for a hidden
config: {
position: 'bottomRight',
height: 300,
width: 500,
}
},
{
module: "currentweather",
position: "top_left",
config: {
if you have any idea ?
Hi @wirdman03.
Sorry about the issues you are having. Can you please answer these questions to help me better find your solution:
- What module/OS are you running your MagicMirror on?
- Did you
cd
into MMM-Screencast's directory and install all of it's dependencies? - Can you attach the full config.js (with API keys removed)?
- Can you attach a log of the Magic mirror starting up, running for a bit, and shutting down? (you can do this by running
npm start >> log.log
to start the MM and attaching log.log to this issue)
Thanks!