Read the statement by Michael Teeuw here.
MMM-SoccerLiveScore
-
The results and the table of the german bundesliga are now also not updated. A pity about an otherwise great module and the author does not care about the errors.
-
@JoeFranz are u sure? Everything works fine at my mm
-
So I have three errors in it. Blank sreen if only one league is displayed, with the table without names fit above the symbols and is not updated now, only after a reboot of magicmirror. Here is my config.js
{
module: ‘MMM-SoccerLiveScore’,
position: ‘bottom_left’,
config: {
leagues: [35, 9],
showNames: false,
showLogos: true,
displayTime: 60 * 1000,
showTables: true
}
}, -
i love this module but there is a problem with update live score and table. It don’t work for me. All other installed module works fine and update work well. if i restart mm it loads the new data score etc
-
I created a new version of this module:
https://github.com/master117/MagicMirror-FootballLeagues
Most of the errors mentioned above, should be fixed. It works with only one league selected for example. The old module also polls its undocumented datasource too often and eventually gets banned, which is why the scores stop refreshing. It does not yet have support for logos.
Greetings,
master117 -
@master117 I just tried and got two errors on the installation:
npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’
npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/node_modules/node_helper/package.json’
npm WARN modules No description
npm WARN modules No repository field.
npm WARN modules No README data
npm WARN modules No license field.When I add the module to the config.js nothing shows up. I tried several different configurations and problem persist. any idea on what I am doing wrong?
-
@fabbr Did you ever get this working? I get the same errors;
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json' npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json' npm WARN modules No description npm WARN modules No repository field. npm WARN modules No README data npm WARN modules No license field.@master117 Anything?
-
Those are not errors (ERR) just regular warnings (WARN). They are unrelated to whatever issue you are having, they are even unrelated to the module itself, request (the thing being installed) is a semi standard nodejs library and not made by me.
I would guess either your config is wrong or there is not enough space on the mirror. If you list your steps and config I may be able to help.
-
Here is my config:
{ module: 'MagicMirror-FootballLeagues', position: 'bottom_center', header: 'Live-Scores', config: { leagues: [445, 455, 464, 456, 450], showNames: true, displayTime: 60 * 1000, showTables: true, showLogos: true, apiKey: 'MyApiKey' } }, -
I don’t think the API is working anymore. :(
-
Is it possible to integrate the World Cup 2018 into this module?
-
Is there a way to diasable tables for specific leagues? e.g. I don’t want to show tables for the Champions Leagues, cause it will only show the table of group A.
-
@baschke
When adding leagues in your config, dont add “464”. Thats for Champions League. -
I used this module in the past and I was really satisfied. After a complete reset of my mirror, I had to reinstall all modules. Unfortounatly the MMM-SoccerLiveScore is not working correctly anymore :(
{ module: "MMM-SoccerLiveScore", position: "top_right", header: "Live-Scores", config: { leagues: [35,9,1,0], displayTime: 30 * 1000 } },Whats wrong? On the mirror its shown just the header, no error-message.
Thanks a lot.
nem1
-
@nem1 where did you get the
0in leagues config? there is no leagues assigned to zero, remove it and try… -
0 is the ID for the german nationalteam.
But for now, the module is working. But I dont know why :D -
-
I have been messing around with this module and it is working really well. I love the way its laid out but I do have a few questions.
- Is there anyway to not display the table for certain leagues? Someone asked already but the Champions League table only seems to be showing Group A.
- Is there a way to change the display date format? I would like to change the format to something like MM-DD instead of DD.MM.
- Is there maybe a way to highlight certain teams on the table and schedule? For example, If I follow a few PL teams and want their games to pop out more so that the text is bolded or highlighted for the team name.
Thanks again for any help
-
Ma per creare un “tavolo” per la classifica di serie “A” Italiana cè un modo ?Grazie.
-
Hi @LukeCodewalker I’d like to use and probably contribute to the module a bit.
Do you think it’s possible to show the goals and scorers of a current running game?
Is there an endpoint in the api for that?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login