A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Electron error? js error? Javascrpt error?
-
@sdetweil Im using a raspberry 3 using Raspberry Pi OS, I install and update the MM and it work until i tried to install this module https://github.com/xadamxk/MMM-LOLESPORTS-SCHEDULES update electron and everething I could find and now its giving me those errors
-
@Dayzwell ok, so lets start over a little
for that module in config.js add
disabled:true,
after its module: line
and then do
cd ~/MagicMirror git checkout package.json rm -rf node_modules npm run install-mm
then try
npm start
-
@Dayzwell I see his instructions left out a step.
I opened this issue https://github.com/xadamxk/MMM-LOLESPORTS-SCHEDULES/issues/8he has updated the instructions
-
@sdetweil thak you it works now :)
-
@Dayzwell awesome!!
-