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 474.1k 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.
    • T Offline
      Tobi91
      last edited by

      Hi,

      thank you for your fast response.

      I was not missing an open bracket (Sry forgot to put it in the message).

      I could not run config:check. Even though I updated my Magic Mirror to the latest version, it seems I am missing the script.

      But I put my config into a syntax checker and there are no errors.

      Thanks again.

      1 Reply Last reply Reply Quote 0
      • M Offline
        mrSnatz
        last edited by

        Hello,
        I would like to display several leagues. But my module shows only “Loading …”.
        Where is the mistake? Do you have any tip

            {
                module: "MMM-soccer",
                position: "bottom_right",
                config: {
                    api_key: "XXXX129ce6f9XXXXXXXXXXXXXXXXX",
                    colored: "true",
                    logos: "true",
                    leagues:{
                      "GERMANY": "BL1",
                      "GERMANY": "DFB",
                      "GERMANY": "BL2",
                      "EUROPE": "CL",
                      "WORLD": "WC",
                    },
                }
            },
        
        1 Reply Last reply Reply Quote 0
        • evroomE Offline
          evroom
          last edited by

          @mrSnatz said in MMM-Soccer - Soccer Standings:

          Do you have any tip

          Hi,

          Try this:

          {
              module: 'MMM-soccer',
              position: 'bottom_right',
              config: {
                  api_key: 'XXXX129ce6f9XXXXXXXXXXXXXXXXX',
                  colored: true,
                  logos: true,
                  leagues: {
                    GERMANY: 'BL1',
                    GERMANY: 'DFB',
                    GERMANY: 'BL2',
                    EUROPE: 'CL',
                    WORLD: 'WC',
                  },
              }
          },
          

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

          Test environment:
          MagicMirror version: v2.30.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

            Btw,

            Not all leagues are for free:

            https://www.football-data.org/coverage

            So, for example DFB and BL2 will not work.
            You might need to remove those or comment them (with //).

            And you might need this entry:

            show: 'GERMANY',
            

            But I am not sure what the connection is between this and the leagues entries.

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

            Test environment:
            MagicMirror version: v2.30.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
            • M Offline
              mrSnatz
              last edited by

              @evroom said in MMM-Soccer - Soccer Standings:

              show: ‘GERMANY’,

              OK. Thank you very much. Have excluded the paid. Now it works.

              1 Reply Last reply Reply Quote 0
              • zdenekZ Offline
                zdenek
                last edited by

                hi all, can be the module used for whatever league from he full list of leagues fromhttp://api.football-data.org/v2/competitions ? In my case

                {"id":2062,"name":"Czech Republic"},"name":"Synot Liga","code":null,"emblemUrl":null,"plan":"TIER_FOUR","currentSeason":{"id":171,"startDate":"2018-07-20","endDate":"2019-04-27","currentMatchday":30,"winner":null},"numberOfAvailableSeasons":2,"lastUpdated":"2019-06-02T06:20:02Z"}
                

                or any idea, any module for Czech league?

                thanks, Zdeněk

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

                  @zdenek

                  Unfortunately for you: no

                  See this list for free and paid competitions:
                  https://www.football-data.org/coverage

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

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

                  zdenekZ 1 Reply Last reply Reply Quote 0
                  • zdenekZ Offline
                    zdenek @evroom
                    last edited by

                    @evroom said in MMM-Soccer - Soccer Standings:

                    https://www.football-data.org/coverage

                    uaaaaaa a litttle bit expencive… so, I’ll have to look for solution based on iFrame or smthg and get the info from here https://www.fortunaliga.cz/rozpis-zapasu/2020?type=2&id_stage=1&month=0&round=0

                    thx

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

                      Hi MMM-soccer users,

                      Perhaps some of you experience the same issue as me and the Magic Mirror shows “Loading”.

                      The problem most likely it is caused due to the fact that round 1 for most competitions still needs to be played.
                      For example for de Eredivisie I get this using a test script:

                      Response:\n{"filters":{},"competition":{"id":2003,"area":{"id":2163,"name":"Netherlands"},"name":"Eredivisie","code":"DED","plan":"TIER_ONE","lastUpdated":"2019-05-28T23:44:43Z"},"season":{"id":481,"startDate":"2019-08-09","endDate":"2020-05-25","currentMatchday":1,"winner":null},"standings":[]}
                      

                      As the standings array is empty, the module is struggling.
                      Perhaps better if it would show “No standings available” in this case, but for the moment is will show what it shows.

                      I have sent a mail to the football-org developer, if it would be possible to send a round 0 standing / table, with the clubs in alphabetic order.

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

                      Test environment:
                      MagicMirror version: v2.30.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

                        Version 2.0.1

                        Added

                        • French translations (Thanks to https://github.com/laventin85)

                        Changed

                        • Readme config example
                        • Github config files

                        https://github.com/fewieden/MMM-soccer

                        [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
                        • 1
                        • 2
                        • 16
                        • 17
                        • 18
                        • 19
                        • 20
                        • 21
                        • 18 / 21
                        • 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