MMM-Screencast icon indicating copy to clipboard operation
MMM-Screencast copied to clipboard

don't find the module

Open wirdman03 opened this issue 5 years ago • 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...

wirdman03 avatar Jul 10 '20 00:07 wirdman03

it working now without error but I cannot find it in wireless

wirdman03 avatar Jul 10 '20 01:07 wirdman03

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

and not the screencast window config: { position: 'bottomRight', height: 300, width: 500, } }, { module: "currentweather", position: "top_left", config: {

if you have any idea ?

wirdman03 avatar Jul 10 '20 01:07 wirdman03

Hi @wirdman03.

Sorry about the issues you are having. Can you please answer these questions to help me better find your solution:

  1. What module/OS are you running your MagicMirror on?
  2. Did you cd into MMM-Screencast's directory and install all of it's dependencies?
  3. Can you attach the full config.js (with API keys removed)?
  4. 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!

kevinatown avatar Aug 26 '20 16:08 kevinatown