Read the statement by Michael Teeuw here.
MMM-SoccerLiveScore after Module update .....not working
-
after update the module is not showing
anybody the same problem? -
@Stoffbeuteluwe and u did an npm install in the module folder, right?
and for debug you opened the developers window, ctrl-shift-i, and selected console and scrolled up to
see any errors… or put ‘live’ in the filter field of the developers window and hit enter to filter only messages from that module…and also looked at pm2 logs (if using pm2)
-
@sdetweil i did git pull in the module folder …I do npm install today and than I try again
-
@sdetweil now I did git pull and npm install but still not showing and no errors
-
@Stoffbeuteluwe hm… I installed the module and used the sample module config from the readme and it worked
{ module: "MMM-SoccerLiveScore", position: "bottom_left", config: { leagues: [4000], showNames: true, showLogos: true, displayTime: 60 * 1000, showTables: false, } },
-
@sdetweil ok thank you …will try again
-
@Stoffbeuteluwe I am seeing errors from the api return, no data
gicMirror/issues
Whoops! There was an uncaught exception…
SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse () -
@sdetweil oh yes only the default league is working …when I set other leagues the module does not work
-
@Stoffbeuteluwe i would guess the api has changed, and the module needs to be updated