MMM-Screencast
MMM-Screencast copied to clipboard
Screencast not showing up
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,
}
},
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!