MMM-Screencast
MMM-Screencast copied to clipboard
Screencast not showing up after reinstall of module?
So I got a notice that screencast had an update, and I tried to update it, but it didn't succeed. I then removed the MMM-Screencast folder and did a
git clone https://github.com/kevinatown/MMM-Screencast.git
And now the 'update notice' is gone, but the mirror doesn't show up in the youtube app? The config hasn't been changed from before the module was removed and reinstalled.
{
module: 'MMM-Screencast',
position: 'bottom_right', // This position is for a hidden <div /> and no$
config: {
castName: 'Spejl',
position: 'bottomCenter',
height: 600,
width: 800,
}
},
Hi @fribse, sorry to hear about the difficulty updating. I have a few questions for you:
- after updating did you reinstall all of the
node_modules
for MMM-Screencast (pretty much do the same instructions in the Using the Module section of the readme? - Could you provide a log of the the module starting up? You can do it like so:
display=:0 npm start >> log.log
and then post that log in this chat?
Thanks!