• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-SoccerLiveScore

Scheduled Pinned Locked Moved Sport
187 Posts 37 Posters 207.8k Views 35 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    LukeCodewalker Module Developer @bminer1
    last edited by Mar 1, 2017, 6:03 PM

    @bminer1 the logos are provided by the api. but you could add them manually for the league you’re interested in. I don’t have enough time in the moment to do it. maybe the real logos will be added in the future to the api. German clubs already get real logos.

    B 1 Reply Last reply Mar 3, 2017, 3:25 PM Reply Quote 0
    • B Offline
      bminer1 @LukeCodewalker
      last edited by Mar 3, 2017, 3:25 PM

      @LukeCodewalker There was a link shared in another module that has every team, cup, flag and league logo. Pretty nutz how much is in this Zip. Could be useful. If i knew how to implement this, I’d help.

      (http://www.vmlogic.net/Downloads/Files/public/dfs_media_2016-09-07.zip)

      1 Reply Last reply Reply Quote 0
      • J Offline
        janner6
        last edited by Mar 7, 2017, 1:36 AM

        Where do you get the league id’s from I’m after league two in England if you have it available?

        Cheers

        1 Reply Last reply Reply Quote 0
        • N Offline
          nem1 @bminer1
          last edited by Mar 9, 2017, 6:04 AM

          @bminer1 said in MMM-SoccerLiveScore:

          Having an issue with the module updating. None of the weekend games updated.

          0_1488208540889_Screen Shot 2017-02-27 at 10.14.45 AM.png

          I’ve the same problem! The module is not up2date. F.e. at the moment the results of the CL matches of Thuesday & Wednesday are not shown. It looks like the module got freezed. I’ve seen this problem often in the past. After restarting the whole mirror, the module is back again. Last restart was on monday. Any ideas? I did not install or change anything in the last weeks.

          1 Reply Last reply Reply Quote 0
          • H Offline
            headhunter
            last edited by Mar 16, 2017, 10:19 AM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • L Offline
              leer0ybr0wn @bminer1
              last edited by leer0ybr0wn Apr 6, 2017, 2:32 AM Apr 6, 2017, 2:30 AM

              @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

              1 Reply Last reply Reply Quote 0
              • O Offline
                oliveimo
                last edited by oliveimo May 16, 2017, 7:21 PM May 16, 2017, 7:19 PM

                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
                
                1 Reply Last reply Reply Quote 0
                • S Offline
                  smkr
                  last edited by May 20, 2017, 2:52 PM

                  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 - Roma

                  21-5-2017 15.00
                  Juventus - Crotone
                  16.00
                  Watford FC - Manchester City
                  Hull City - Tottenham Hotspurs
                  20.00
                  FC Barcelona - SD Eibar

                  The idea is from the FORZA App at Android.

                  BR.
                  Sten

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    nem1
                    last edited by Jun 9, 2017, 4:46 PM

                    Hey, what about the Confed Cup? Is it possible to show? If its still in, what ID do I need to add?

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      McSorley
                      last edited by McSorley Jun 29, 2017, 1:13 PM Jun 29, 2017, 1:13 PM

                      Where does it pull the fixtures from? There is currently a new draw for Europa and Champions League Qualifiers. Europa games are today.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 18
                      • 19
                      • 4 / 19
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy