Read the statement by Michael Teeuw here.
my mirror freezes!
-
@Manu85 you would copy somefile to where you have an email client and then send it like normal mail
I gave u my email adress -
“u can send it to me by email, to my same userid as here at gmail”?
-
@Manu85 correct… what is my userid here? yours is manu85
-
I just sent you an email thank you for confirming that it is correct
-
@Manu85 from the log
looks like MMM-SoccerLiveScore/ had a fatal error when no data was presented[ERROR] [31m[1m2020-04-07T09:00:27 <error> SyntaxError: Unexpected token u in JSON at position 0[22m[39m 0|MagicMir | [31m[1m at JSON.parse (<anonymous>)[22m[39m 0|MagicMir | [31m[1m at Request._callback (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:192:29)
and that error killed MM
0|MagicMir | [2020-04-07 09:00:27.567] [LOG] 2020-04-07T09:00:27 <log> Whoops! There was an uncaught exception... (/home/pi/MagicMirror/js/app.js:39 process.<anonymous>) 0|MagicMir | [2020-04-07 09:00:27.592] [LOG] 2020-04-07T09:00:27 <log> MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? (/home/pi/MagicMirror/js/app.js:41 process.<anonymous>)
-
@sdetweil well done !!! Do we have to do something?
-
@Manu85 yes, short term, disable the MMM-SoccerLiveScore module
adddisabled:true,
to its module definition on config.js
the system should no longer crash
then work with the module author to get a fix
-
@sdetweil like that?
{ disabled:true, module: 'MMM-SoccerLiveScore', position: 'top_right', header: 'Scores en direct', config: { leagues: [34, 8], showNames: true, showLogos: true, displayTime: 60 * 1000, showTables: true } },
-
yes
-
@sdetweil ok i will try thank you again you are a genius