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-Soccer - Standings, Schedules and Top Scorers

    Scheduled Pinned Locked Moved Sport
    bundesligafootballmodalpremiere leagueprimiera divisionsoccervoice control
    209 Posts 43 Posters 528.5k Views 43 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.
    • H Offline
      Henrik @fabbr
      last edited by

      @fabbr I’ve sent the details. Note that I did this a couple of months ago and there have been a minor change or two, like updated team logos, to the module since then.

      1 Reply Last reply Reply Quote 1
      • C Offline
        conkhidot
        last edited by

        Hey community,

        have anyone tried it with the new season 18/19 ?

        strawberry 3.141S 1 Reply Last reply Reply Quote 0
        • strawberry 3.141S Offline
          strawberry 3.141 Project Sponsor Module Developer @conkhidot
          last edited by

          @conkhidot I just saw that there is now a new api version and the current implementation will not work with the new season :/

          Please create a github issue if you need help, so I can keep track

          1 Reply Last reply Reply Quote 0
          • foxF Offline
            fox
            last edited by

            From where do i get the ID of Bundesliga 2018 / 2019
            i dont understand the content
            https://www.football-data.org/documentation/quickstart

            Issues With MMM-WatchDog known?

            https://forum.magicmirror.builders/post/29827

            Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

            1 Reply Last reply Reply Quote 0
            • evroomE Offline
              evroom
              last edited by evroom

              Was looking into that too.
              It looks like v1 is not working anymore:

              $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v1/competitions/'
              <html>
              <head><title>504 Gateway Time-out</title></head>
              <body bgcolor="white">
              <center><h1>504 Gateway Time-out</h1></center>
              <hr><center>nginx/1.6.2</center>
              </body>
              </html>
              

              Api v2 does work:

              $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v2/competitions/'
              {"count":145,"filters":{},"competitions":[{"id":2144,"area":{"id":2000,"name":"Afghanistan"},"name":"Playoffs 2/3","code":null,"plan":"TIER_FOUR","currentSeason":{"id":212,"startDate":"2018-05-22","endDate":"2018-05-27","currentMatchday":null},"numberOfAvailableSeasons":1,"lastUpdated":"2018-07-13T13:34:06Z"},{"id":2006,"area":{"id":2001,"name":"Africa"},"name":"WC Qualification","code":null,"plan":"TIER_FOUR","currentSeason":{"id":7,"startDate":"2015-10-07","endDate":"2017-11-14","currentMatchday":6},"numberOfAvailableSea............
              

              German Bundesliga would be id: 2002

              $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v2/competitions/2002'
              {"id":2002,"area":{"id":2088,"name":"Germany"},"name":"Bundesliga","code":null,"plan":"TIER_ONE","currentSeason":{"id":155,"startDate":"2018-08-24","endDate":"2019-05-18","currentMatchday":null},"seasons":[{"id":155,"startDate":"2018-08-24","endDate":"2019-05-18","currentMatchday":null},{"id":3,"startDate":"2017-08-18","endDate":"2018-05-21","currentMatchday":34},{"id":213,"startDate":"2016-08-26","endDate":"2017-05-20","currentMatchday":null},{"id":214,"startDate":"2015-08-14","endDate":"2016-05-14","currentMatchday":null},{"id":215,"startDate":"2013-08-09","endDate":"2014-05-10","currentMatchday":null},{"id":216,"startDate":"2012-08-24","endDate":"2013-05-18","currentMatchday":null},{"id":217,"startDate":"2011-08-05","endDate":"2012-05-05","currentMatchday":null},{"id":218,"startDate":"2010-08-20","endDate":"2011-05-14","currentMatchday":null},{"id":219,"startDate":"2009-08-07","endDate":"2010-05-08","currentMatchday":null},{"id":220,"startDate":"2008-08-15","endDate":"2009-05-23","currentMatchday":null},{"id":221,"startDate":"2007-08-10","endDate":"2008-05-17","currentMatchday":null},{"id":224,"startDate":"2006-08-11","endDate":"2007-05-19","currentMatchday":null},{"id":225,"startDate":"2005-08-05","endDate":"2006-05-13","currentMatchday":null},{"id":226,"startDate":"2004-08-06","endDate":"2005-05-21","currentMatchday":null},{"id":227,"startDate":"2003-08-01","endDate":"2004-05-22","currentMatchday":null},{"id":228,"startDate":"2002-08-09","endDate":"2003-05-24","currentMatchday":null},{"id":229,"startDate":"2001-07-28","endDate":"2002-05-04","currentMatchday":null},{"id":230,"startDate":"2000-08-11","endDate":"2001-05-19","currentMatchday":null},{"id":231,"startDate":"1999-08-13","endDate":"2000-05-20","currentMatchday":null},{"id":232,"startDate":"1998-08-14","endDate":"1999-05-29","currentMatchday":null},{"id":233,"startDate":"1997-08-01","endDate":"1998-05-09","currentMatchday":null},{"id":234,"startDate":"1996-08-16","endDate":"1997-05-31","currentMatchday":null}],"lastUpdated":"2018-06-05T00:10:05Z"}
              

              But unfortunately the v2 commands have a new syntax and probably different output, so the code would need a change.

              The changes are probably for the better:
              https://www.football-data.org/documentation/api#changelog
              but until someone spends some spare-time, we will have to do without it.

              MagicMirror version: 2.33.0
              Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
              Raspbian GNU/Linux 12 (bookworm)

              Test environment:
              MagicMirror version: v2.33.0
              Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
              Raspbian GNU/Linux 12 (bookworm)

              foxF 1 Reply Last reply Reply Quote 0
              • foxF Offline
                fox @evroom
                last edited by

                @evroom said in MMM-Soccer - Soccer Standings:

                Was looking into that too.
                It looks like v1 is not working anymore:

                $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v1/competitions/'
                <html>
                <head><title>504 Gateway Time-out</title></head>
                <body bgcolor="white">
                <center><h1>504 Gateway Time-out</h1></center>
                <hr><center>nginx/1.6.2</center>
                </body>
                </html>
                

                Api v2 does work:

                $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v2/competitions/'
                {"count":145,"filters":{},"competitions":[{"id":2144,"area":{"id":2000,"name":"Afghanistan"},"name":"Playoffs 2/3","code":null,"plan":"TIER_FOUR","currentSeason":{"id":212,"startDate":"2018-05-22","endDate":"2018-05-27","currentMatchday":null},"numberOfAvailableSeasons":1,"lastUpdated":"2018-07-13T13:34:06Z"},{"id":2006,"area":{"id":2001,"name":"Africa"},"name":"WC Qualification","code":null,"plan":"TIER_FOUR","currentSeason":{"id":7,"startDate":"2015-10-07","endDate":"2017-11-14","currentMatchday":6},"numberOfAvailableSea............
                

                German Bundesliga would be id: 2002

                $ curl -H 'X-Auth-Token:(apikey)' 'http://api.football-data.org/v2/competitions/2002'
                {"id":2002,"area":{"id":2088,"name":"Germany"},"name":"Bundesliga","code":null,"plan":"TIER_ONE","currentSeason":{"id":155,"startDate":"2018-08-24","endDate":"2019-05-18","currentMatchday":null},"seasons":[{"id":155,"startDate":"2018-08-24","endDate":"2019-05-18","currentMatchday":null},{"id":3,"startDate":"2017-08-18","endDate":"2018-05-21","currentMatchday":34},{"id":213,"startDate":"2016-08-26","endDate":"2017-05-20","currentMatchday":null},{"id":214,"startDate":"2015-08-14","endDate":"2016-05-14","currentMatchday":null},{"id":215,"startDate":"2013-08-09","endDate":"2014-05-10","currentMatchday":null},{"id":216,"startDate":"2012-08-24","endDate":"2013-05-18","currentMatchday":null},{"id":217,"startDate":"2011-08-05","endDate":"2012-05-05","currentMatchday":null},{"id":218,"startDate":"2010-08-20","endDate":"2011-05-14","currentMatchday":null},{"id":219,"startDate":"2009-08-07","endDate":"2010-05-08","currentMatchday":null},{"id":220,"startDate":"2008-08-15","endDate":"2009-05-23","currentMatchday":null},{"id":221,"startDate":"2007-08-10","endDate":"2008-05-17","currentMatchday":null},{"id":224,"startDate":"2006-08-11","endDate":"2007-05-19","currentMatchday":null},{"id":225,"startDate":"2005-08-05","endDate":"2006-05-13","currentMatchday":null},{"id":226,"startDate":"2004-08-06","endDate":"2005-05-21","currentMatchday":null},{"id":227,"startDate":"2003-08-01","endDate":"2004-05-22","currentMatchday":null},{"id":228,"startDate":"2002-08-09","endDate":"2003-05-24","currentMatchday":null},{"id":229,"startDate":"2001-07-28","endDate":"2002-05-04","currentMatchday":null},{"id":230,"startDate":"2000-08-11","endDate":"2001-05-19","currentMatchday":null},{"id":231,"startDate":"1999-08-13","endDate":"2000-05-20","currentMatchday":null},{"id":232,"startDate":"1998-08-14","endDate":"1999-05-29","currentMatchday":null},{"id":233,"startDate":"1997-08-01","endDate":"1998-05-09","currentMatchday":null},{"id":234,"startDate":"1996-08-16","endDate":"1997-05-31","currentMatchday":null}],"lastUpdated":"2018-06-05T00:10:05Z"}
                

                But unfortunately the v2 commands have a new syntax and probably different output, so the code would need a change.

                The changes are probably for the better:
                https://www.football-data.org/documentation/api#changelog
                but until someone spends some spare-time, we will have to do without it.

                Yes that explains a lot. Now i understand that its not working. would be nice if the author would update it.

                Issues With MMM-WatchDog known?

                https://forum.magicmirror.builders/post/29827

                Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

                Mykle1M 1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @fox
                  last edited by

                  @fox said in MMM-Soccer - Soccer Standings:

                  would be nice if the author would update it.

                  Or, you can fork the repo, make the corrections yourself, and submit a PR to the author. :-)

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • evroomE Offline
                    evroom
                    last edited by

                    Maybe not nice for the author of MMM-Soccer, but I switched to MMM-SoccerLiveScore.
                    Have to wait for the competition to start to see how it really works, but the matches for August are already displayed.

                    I modified the api commands in MMM-Soccer to be compliant with v2, but could not get the parsing right.
                    Am a novice to JavaScript, CSS and JSON, so that was to be expected.

                    MagicMirror version: 2.33.0
                    Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                    Raspbian GNU/Linux 12 (bookworm)

                    Test environment:
                    MagicMirror version: v2.33.0
                    Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                    Raspbian GNU/Linux 12 (bookworm)

                    strawberry 3.141S 1 Reply Last reply Reply Quote 0
                    • strawberry 3.141S Offline
                      strawberry 3.141 Project Sponsor Module Developer @evroom
                      last edited by

                      @evroom I would be more than happy, if you could try to investigate your parsing issues. In case I will find some time before my longer holidays in the states, I will try to change the api myself.

                      Please create a github issue if you need help, so I can keep track

                      1 Reply Last reply Reply Quote 0
                      • evroomE Offline
                        evroom
                        last edited by

                        @strawberry-3-141 ,

                        I will give it a try in the next days. Might have some questions though. As said, I am a novice to JavaScript and JSON, but fit in Perl. For the moment the biggest challenge is to have a programming / test environment setup. MM is running on a Pi and perhaps it is better to have a MM instance running on my MacBook. Or even better, to be able to test the module out of MM, if possible. Will report back asap on my progress, if any.

                        MagicMirror version: 2.33.0
                        Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                        Raspbian GNU/Linux 12 (bookworm)

                        Test environment:
                        MagicMirror version: v2.33.0
                        Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                        Raspbian GNU/Linux 12 (bookworm)

                        1 Reply Last reply Reply Quote 0
                        • evroomE Offline
                          evroom
                          last edited by

                          It looks like I mixed up things.

                          You have:
                          MMM-soccer: uses api.football-data.org - api v1
                          MagicMirror-FootballLeagues: api.football-data.org - api v1
                          MMM-SoccerLiveScore: uses www.ta4-images.de

                          Modules using api.football-data.org - api v1 - are not working and that leaves MMM-SoccerLiveScore as the only module working at this moment.

                          Now … I promised to have a look at MMM-Soccer, which is MMM-soccer (small detail), to see if I can get v2 working.
                          So I started with github (never used it before) and got MM working on my MacBook.
                          Stupidly I got a copy of MMM-SoccerLiveScore and was surprised to see it working.
                          Only then I realised that my comments were based on MagicMirror-FootballLeagues and not on MMM-Soccer.
                          Not even speaking about MMM-SoccerLiveScore.

                          Probably the heat-wave melted my brains, or what was left of it.

                          What to do ?

                          On the one hand we have MMM-SoccerLiveScore.
                          Install it. Configure it. Run it. Go with it.
                          Nothing needed.
                          I have it running myself.

                          Then we have MMM-soccer and MagicMirror-FootballLeagues.
                          Both need to be adapted to run with api v2.
                          MagicMirror-FootballLeagues, owner @master117, looks to be more up-to-date and a better start than MMM-soccer.
                          It says to be a spin.off of MMM-SoccerLiveScore, but I do not know exactly why.
                          And I do not know if an adapted MagicMirror-FootballLeagues will have more possibilities over the other(s).

                          I might give it a try, just for the fun of it.

                          MagicMirror version: 2.33.0
                          Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                          Raspbian GNU/Linux 12 (bookworm)

                          Test environment:
                          MagicMirror version: v2.33.0
                          Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                          Raspbian GNU/Linux 12 (bookworm)

                          strawberry 3.141S 1 Reply Last reply Reply Quote 1
                          • strawberry 3.141S Offline
                            strawberry 3.141 Project Sponsor Module Developer @evroom
                            last edited by

                            @evroom I never heard of footballleagues.

                            When I’m correct then soccerlivescroe display the matches and this module display the standings so the modules follow different approaches.

                            Please create a github issue if you need help, so I can keep track

                            1 Reply Last reply Reply Quote 0
                            • evroomE Offline
                              evroom
                              last edited by

                              Both modules display matches and standings.
                              https://github.com/master117/MagicMirror-FootballLeagues
                              https://github.com/LukeSkywalker92/MMM-SoccerLiveScore
                              Differences might be in the extra possibilities of the api and therefore additional possibilities for the module.
                              For example football-data.org v2 can show you the squad.

                              MagicMirror version: 2.33.0
                              Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                              Raspbian GNU/Linux 12 (bookworm)

                              Test environment:
                              MagicMirror version: v2.33.0
                              Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                              Raspbian GNU/Linux 12 (bookworm)

                              1 Reply Last reply Reply Quote 0
                              • strawberry 3.141S Offline
                                strawberry 3.141 Project Sponsor Module Developer
                                last edited by

                                I updated the module to work with api v2. One problem that I figured out so far is that the api no longer provides links to the club logos, therefore I added a config option logos to hide them.

                                It’s under construction and can be tested on the develop branch

                                git checkout develop

                                [card:fewieden/MMM-soccer]

                                Please create a github issue if you need help, so I can keep track

                                1 Reply Last reply Reply Quote 0
                                • evroomE Offline
                                  evroom
                                  last edited by evroom

                                  @strawberry-3-141 ,

                                  I have it running. Added “NETHERLANDS”, 2003.

                                  I found out that v1 is still available, but only for pre-World Cup stuff.
                                  But that means you can use v1 for the logos:
                                  http://api.football-data.org/v1/teams/57
                                  http://upload.wikimedia.org/wikipedia/en/5/53/Arsenal_FC.svg

                                  You could add a separate league number_league name_team_logo.json file, with a collection of team logos.
                                  Per league, per team.
                                  Then users can add missing logos themselves and perhaps share their collection with you to be put on github.
                                  Just an idea.

                                  In the meantime I will try to contact the football-data.org person to ask what happened to the logos in v2.

                                  Hope you are not offended when I say that SoccerLiveScore has it all.
                                  Except for 2 things that are unique for your module:
                                  focus and number of teams to show on the table.
                                  Cannot say if the sources of data is equally well maintained, so cannot say if it is worth the trouble of coding, unless it brings you pleasure.

                                  MagicMirror version: 2.33.0
                                  Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                                  Raspbian GNU/Linux 12 (bookworm)

                                  Test environment:
                                  MagicMirror version: v2.33.0
                                  Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                                  Raspbian GNU/Linux 12 (bookworm)

                                  strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                  • strawberry 3.141S Offline
                                    strawberry 3.141 Project Sponsor Module Developer @evroom
                                    last edited by strawberry 3.141

                                    @evroom well we had problems in v1 already that logos were taken down due to copyrights and I sent the api owner updated links, that were never added, so I don’t think that it will come back in v2. For the same reason I also don’t want to host the files on github. I think mostly the german league was the problem, why I added a logic to overwrite broken image links from the api.

                                    It looked like this:

                                    {
                                    		'CLUBNAME': 'https://CLUBLOGO.svg'
                                        },
                                    

                                    if you want to start collecting the logo links in an object where the key is the club name then i can add them to my list. But I don’t have the time to do so myself.

                                    Please create a github issue if you need help, so I can keep track

                                    1 Reply Last reply Reply Quote 1
                                    • evroomE Offline
                                      evroom
                                      last edited by

                                      @strawberry-3-141 ,

                                      Thanks for the background info.
                                      Did not know it was an issue before, but then again I am a novice MM user.

                                      Time and mood is always an issue.
                                      Better for cold evenings or weekends, not when it is 35 degrees and having spent 8 hours behind a PC in a relatively hot office 😀

                                      MagicMirror version: 2.33.0
                                      Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                                      Raspbian GNU/Linux 12 (bookworm)

                                      Test environment:
                                      MagicMirror version: v2.33.0
                                      Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                                      Raspbian GNU/Linux 12 (bookworm)

                                      1 Reply Last reply Reply Quote 1
                                      • strawberry 3.141S Offline
                                        strawberry 3.141 Project Sponsor Module Developer
                                        last edited by

                                        I just released version 2 of this module

                                        Added

                                        • Club logo downloader
                                        • New config option logos.
                                        • Swedish translations
                                        • Documentation
                                        • Doclets.io integration
                                        • Contributing guidelines
                                        • Issue template
                                        • Pull request template
                                        • Editor config

                                        Changed

                                        • Switched from Api v1 to v2.
                                        • Updated league ids.
                                        • Switched rendering from js to nunjuck template.
                                        • Updated travis-ci config.
                                        • Disabled markdown lint rules MD024 and MD026

                                        [card:fewieden/MMM-soccer]

                                        Please create a github issue if you need help, so I can keep track

                                        1 Reply Last reply Reply Quote 0
                                        • evroomE Offline
                                          evroom
                                          last edited by

                                          Hi,

                                          Great job on version 2.0.
                                          I have it running.
                                          Added Eredivisie and some logos; all fine.

                                          Just one question.
                                          In your example your header is left aligned and shows “1. BUNDESLIGA 2015/16”.
                                          Not updated to show the version 2.0 example.
                                          When I choose the Bundesliga I just get “BUNDESLIGA” and it is right aligned.
                                          How do I get it at least left aligned ?
                                          I tried adding this to the custom.css, but it doesn’t work:

                                          .MMM-soccer .header {
                                              text-align: left;
                                          }
                                          

                                          MagicMirror version: 2.33.0
                                          Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                                          Raspbian GNU/Linux 12 (bookworm)

                                          Test environment:
                                          MagicMirror version: v2.33.0
                                          Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                                          Raspbian GNU/Linux 12 (bookworm)

                                          strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                          • strawberry 3.141S Offline
                                            strawberry 3.141 Project Sponsor Module Developer @evroom
                                            last edited by strawberry 3.141

                                            @evroom your try was pretty close, the correct one is

                                            .MMM-soccer header {
                                               text-align: left;
                                            }
                                            

                                            the header is not a class, but a tag, that’s why you don’t have a leading . there.

                                            It also depends on the position of the module, if you have it e.g. in top_left it’s automatically on the left.

                                            Please create a github issue if you need help, so I can keep track

                                            1 Reply Last reply Reply Quote 0

                                            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
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 8 / 11
                                            • 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