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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer
      last edited by strawberry 3.141

      Description

      Module to bring your favorite soccer leagues and cups onto the MagicMirror. Display information about standings, schedules, and top scorers.

      Screenshot

      ba708951-602b-411a-9201-909530371ba6-image.png
      f12f16c6-8546-4fa3-91fe-2c5b20adda61-image.png

      Link

      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 3
      • D Offline
        Didi
        last edited by

        Good work :clap:

        1 Reply Last reply Reply Quote 1
        • KirAsh4K Offline
          KirAsh4 Moderator
          last edited by

          I recommend putting those files in a GitHub repository to make it easier for people to pull the files, instead of having to manually create them like that.

          A Life? Cool! Where can I download one of those from?

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

            this is how the module looks like for the german league

            0_1466075701079_soccer standings

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

            MitchfarinoM 2 Replies Last reply Reply Quote 1
            • MitchfarinoM Offline
              Mitchfarino Module Developer @strawberry 3.141
              last edited by

              @strawberry-3.141 nice one!

              I’ll be looking to add this for my son, this with a rss feed for team news will work great for him

              1 Reply Last reply Reply Quote 1
              • MitchfarinoM Offline
                Mitchfarino Module Developer @strawberry 3.141
                last edited by

                @strawberry-3.141 Are you putting them in a GitHub repository?

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sarthak18593
                  last edited by

                  I dont get the standings , shows me “soccer_module_8” under the socer heading

                  KirAsh4K 1 Reply Last reply Reply Quote 0
                  • KirAsh4K Offline
                    KirAsh4 Moderator @sarthak18593
                    last edited by

                    That generally means there’s an error and the module isn’t loading properly.

                    A Life? Cool! Where can I download one of those from?

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sarthak18593
                      last edited by

                      So what could be the problem? The config.js file or the files in the soccer folder ?

                      1 Reply Last reply Reply Quote 0
                      • KirAsh4K Offline
                        KirAsh4 Moderator
                        last edited by

                        I will leave that for the author of the module to help you with. I am not familiar with the module.

                        A Life? Cool! Where can I download one of those from?

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

                          @sarthak18593 I removed the module from the pi and reinstalled it from scratch and it’s working like before.

                          So let’s try to figure out what causes the problem for you.

                          I’m very busy the next days with exams and presentations but I’m trying to help as fast as I possibly can.

                          Can you post your config please.

                          Did you try to disable all other modules in the config to see if there’s a conflict to another module?

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

                          1 Reply Last reply Reply Quote 0
                          • zombi27Z Offline
                            zombi27
                            last edited by zombi27

                            hey!
                            that looks like a great module! Sadly it’s not working for me :(

                            I installed it just the way you described, but i just get “No data available”
                            Do i have to get an api key? Or is “false” possible like in your config? I just copy and pasted yours, all other modules are working fine…

                            greetings from frankfurt, max

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

                              hey max, like I described in the post before yours i did it like in the instructions and it worked fine, but let’s try together to figure out why it’s not working for you.

                              you don’t need an api key unless you make over 50 requests a day. at the moment the module only request data from the api if the module gets initialised after starting your mirror. when you dont restart your mirror more than 50 times a day you don’t need one.

                              because you can see no data available the module should be loaded correctly, but there is probably a problem with the api itself. did you try to put the url in the browser and see if you get a result there maybe the server of the api isn’t available at the moment
                              http://api.football-data.org/v1/soccerseasons/394/leagueTable
                              this should give you a result for german bundesliga

                              report your result on this and then we can see what we can do otherwise if its not working

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

                              1 Reply Last reply Reply Quote 0
                              • zombi27Z Offline
                                zombi27
                                last edited by

                                sorry! my fault! silly me!

                                i reloaded a hundred times via ctrl+r, but i never restarted the whole mirror -.-
                                now it’s working just fine, thank you :)

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

                                  i’m happy that it’s working for you

                                  if you want you can also apply for a free api key here http://api.football-data.org/register to get 50 requests a minute

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

                                  1 Reply Last reply Reply Quote 0
                                  • I Offline
                                    ianperrin
                                    last edited by

                                    Hi @strawberry-3-141 - thanks for putting together this module.

                                    In case it helps anyone, I’ve created a GitHub repository for my version of the module - https://github.com/ianperrin/MMM-FootballData. I renamed it to add the MMM- prefix as that seems the convention round here, and changed soccer to FootballData because a) that’s the name of the game :) and b) it indicates the source (http://api.football-data.org)

                                    [card:ianperrin/MMM-FootballData]

                                    ALL CREDIT GOES TO @strawberry-3-141

                                    "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

                                    strawberry 3.141S I 3 Replies Last reply Reply Quote 1
                                    • strawberry 3.141S Offline
                                      strawberry 3.141 Project Sponsor Module Developer @ianperrin
                                      last edited by

                                      @ianperrin well that’s kind of an old version meanwhile, I have a work in progress of a newer version on github already

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

                                      I 1 Reply Last reply Reply Quote 0
                                      • I Offline
                                        ianperrin @strawberry 3.141
                                        last edited by

                                        @strawberry-3.141 do you have a link?

                                        "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

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

                                          [card:fewieden/MMM-soccer]

                                          as I said it’s work in progress and not finished

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

                                          I 1 Reply Last reply Reply Quote 0
                                          • I Offline
                                            ianperrin @strawberry 3.141
                                            last edited by

                                            @strawberry-3.141 care to share your plans - perhaps I can contribute?

                                            I also notice you’ve hardcoded the leagues into the subclassed start method. Is there a reason for this, because it means that I can’t override them via config to use other leagues?

                                            "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

                                            1 Reply Last reply Reply Quote 2

                                            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
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 1 / 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