Read the statement by Michael Teeuw here.
MMM-SoccerLiveScore
-
@bminer1 I had the same issue so I made a function to overwrite the headings. It’s done client-side post load so not ideal but it’s a start :-)
You can change the time interval at which it refreshes (it needs to keep doing this if you cycle through leagues).setInterval (changePrem,10000); function changePrem() { var prem = document.querySelector("#module_6_MMM-SoccerLiveScore div.module-content header").innerHTML; var premchange = prem.replace("Pr. League", "Premier League"); document.querySelector("#module_6_MMM-SoccerLiveScore div.module-content header").innerHTML = premchange; }
Make a js file out of this and load it at the bottom of the main index.html file
-
Hey Guys,
I just set it up and the scores and blank. Im assuming if no games are on nothing will show? I saw talk about a table but is it live? Thanks! Great work BTW.
here is my code. I wanna see Spain first and see how it goes. Let me know if there is anything I need to upload for some help. Thanks!
module: ‘MMM-SoccerLiveScore’,
position: ‘top_right’,
header:‘Live-Scores’,config: { leagues : [8], showNames: true, showLogos: true, displaytime: 60 * 1000, showTables: true
-
Hey LukeCodewalker
Thank you for the MMM-SoccerLiveScore.
I would love if You could expand the module to only show the teams I choose and for X days.
I follow Bayern, Juventus, Roma, and so on. something like this:20-5-2017 15.30:
Bayern 1 - 0 Freiburg
18.00
Chievo - Roma21-5-2017 15.00
Juventus - Crotone
16.00
Watford FC - Manchester City
Hull City - Tottenham Hotspurs
20.00
FC Barcelona - SD EibarThe idea is from the FORZA App at Android.
BR.
Sten -
Hey, what about the Confed Cup? Is it possible to show? If its still in, what ID do I need to add?
-
Where does it pull the fixtures from? There is currently a new draw for Europa and Champions League Qualifiers. Europa games are today.
-
Hey Guys
i think i solved the problem for now with the blank table.
The problem is in the config.js the leagues command, if u put only one ID in this command likeleagues: [35], // it doesnt work
but
leagues: [35, 999], // it works. dont know why im not a programmer^^
but i have a question too,
where can i configure that my header and the scores are not going from the left side to my right side cause i have the clock on the left side and the weather on my right side -
Hi,
I have a problem when switching from the results to the table. At the beginning everything runs as it should. After about an hour there is when switching misfires. Attached to the link of a video of the error, hope it works.
Does somebody has any idea?Greeting Jörg
EDIT:
For me this is probably the “blank screen problem”
With only one league, it only comes to an interruption and then nothing will be displayed. With two leagues, everything works as it should.
The tip of Arzeg with the entry [35, 999] unfortunately does not work. -
Here is another error. If the table is displayed without names, the line with teams etc. is moved about it, does not fit properly.
-
Hey Jörg,
bad to hear that the tip doesnt work for you.
For me it works perfect.
But I still have the problem with the width of the module, it goes from the left to the right side and i dont know, how i can change the width…MfG Arzeg
EDIT:
I dont know if it’s for you a solution but I use MMM-soccer for the table and MMM-SoccerLiveScore as my live ticker, so i set showTables to false in config.js
Its not the perfect solution but i can live with it -
This post is deleted!