A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-RTSP stopped working on 2.17...help!
-
Mirror was working fine on 2.16 and upgraded to 2.17 and now RTSP module has stopped working. It actually breaks the mirror and only a black screen shows. I think it’s because of “request” and if so how can I fix this? Thanks, Scott
-
cd to the module folder
if package.json does NOT exist
donpm init -y
then
npm install request --save
-
@sdetweil Sam package.json does exist
-
-
@sdetweil SOLVED you are the man! Thank you kindly Sam