@np27np27 I’ll check that :(
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SoccerLiveScore
@np27np27 if you pull once again, I did a quick fix to mark them in orange.
I will look into the API requests side of the things… but better too many than too few! :D -
RE: MMM-SoccerLiveScore
and can you see something like this in the logs:
MMM-SoccerLiveScore next request for league "Premier League (17)" on Tue Dec 14 2021 14:34:37 GMT+0100 (Central European Standard Time) for Round 17
-
RE: MMM-SoccerLiveScore
@np27np27 I am sorry to hear that :(
you should try again from thefeature/node-fetch
.if you see any errors, would you please cut&paste them in here so I can have a look at them?
would you also mind showing me your config for the module?
-
RE: MMM-SoccerLiveScore
@np27np27 there are probably still some issue, but it seems to me it now updates correctly :)
-
RE: MMM-SoccerLiveScore
@np27np27 can you try pulling the code once more? I did mess up the logic to re-issue the API requests, but I hopefully fixed it now!
-
RE: MMM-SoccerLiveScore
@np27np27 said in MMM-SoccerLiveScore:
git checkout node-fetch
should be:
git checkout feature/node-fetch
-
RE: MMM-SoccerLiveScore
@np27np27 can you try check out and run this branch:
https://github.com/0m4r/MMM-SoccerLiveScore/tree/feature/node-fetch> cd [YOUR_PATH_TO_MMM-SoccerLiveScore] > git fetch -p > git checkout feature/node-fetch > git pull -r > npm ci > [RESTART MM]
I did do some major changes (removed request for node-fetch, and some other code improvements amongst which I hope to have fixed the problem of the refresh you reported)
-
RE: MMM-SoccerLiveScore
@np27np27 alright - I will try to fix it, but it may take some time, I usually dedicate time to my side project on the weekend