Read the statement by Michael Teeuw here.
MMM-SoccerLiveScore pleas help
-
I made all the lines and went to false, the MM started but soccer does not appear on the screen
-
@Manu85 output of
pm2 logs --lines=100
please -
@sdetweil in your mailbox
-
@Manu85 makes no sense…
can u edit ~/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js
and show me the top few lines, should look like this/* Magic Mirror * Module: MyCovid19 * * Node_helper written by sdetweil * */ const NodeHelper = require('node_helper'); const request = require('request'); const path = require('path') var moment = require('moment'); //const cvt=require("xlsx-to-json") const cvt=require('csvtojson') var fs=require('fs')
-
@sdetweil I have a file “/home/pi/MagicMirror/modules/MMM-SoccerLiveScore.old” and in this file I have another file “MMM-SoccerLiveScore” is this file “node_helper.js” you want?
-
@Manu85 i have no idea what you did… there should be two folders in ~/MagicMirror/modules (related to this problem)
MMM-SoccerLiveScore.old the original module
MMM-SoccerLiveScore my updated module, rename from NewSoccerLive -
@sdetweil I just emailed you the screenshot of what I have, thanks again for your help
-
@Manu85 do
cd ~/MagicMirror/modules/MMM-SoccerLiveScore.old mv MMM-SoccerLiveScore .. cd ~/MagicMirror
restart mirror
-
I’m sorry, after passing these lines the screen remains black
-
@Manu85 show me outout
pm2 logs --lines=100