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

Screencast not showing up

Open tammar10 opened this issue 3 years ago • 1 comments

the MagicMirror starts without any problem. but it dont show up in the cast on my youtube app.

Config.js

        {
		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,
		}
        },

tammar10 avatar May 05 '21 14:05 tammar10

Hey! @tammar10, so you have to make sure that you have both the MagicMirror and the phone on the same wifi. Also can you send more logs by running the MM like so:

display=:0 npm start >> log.log

Wait for it to start up and then stick the logs in here. Thanks!

kevinatown avatar Sep 15 '21 23:09 kevinatown