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.9k 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.
    • D Offline
      darkeagl105
      last edited by

      I even tried to move it arount, for example where the olympic one is and still the same problem :(

      strawberry 3.141S 2 Replies Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @darkeagl105
        last edited by

        @darkeagl105 no worries i will fix it tonight

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

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

          @darkeagl105 can you please test the newest version if it fixes you problem?

          Changelog:
          exchanged flexbox with table to support smaller screens
          added i18n for english and german
          replaced icons with font-awesome

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

          D 1 Reply Last reply Reply Quote 2
          • D Offline
            darkeagl105 @strawberry 3.141
            last edited by

            @strawberry-3.141 thank you just updated and it working now. How did you do the graduation? All 5 teams are for me on position 1 because the season hasn started yet and all in the same focus. Will this change?

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

              @darkeagl105 it’s done from the api after the first matchday this should be fixed automatically

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

              1 Reply Last reply Reply Quote 1
              • P Offline
                plumcraft
                last edited by

                Very nice module :)

                thanks

                1 Reply Last reply Reply Quote 1
                • M Offline
                  McSorley
                  last edited by

                  If I were to find an API for the Scottish football league could I use it with this?

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

                    I looked into this api and scotland is not supported

                    I think that you will get your data in a different structure, so you can’t use this module for it as it is, but you can adjust this module for your needs :)

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

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

                      I see that the API supports champions league. Ive added Champions to the league list with id 440 but it seems that it gets stuck in a loading screen.
                      Perhaps cause there has been no games yet?
                      Was looking to isolate a certain group in the champions league, group C, any advise on making amendments?

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

                        @McSorley there is no cup support yet, the data for cups look different than for leagues

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

                        1 Reply Last reply Reply Quote 0
                        • MitchfarinoM Offline
                          Mitchfarino Module Developer
                          last edited by Mitchfarino

                          When I attempt to use focus_on in the config, no data is displayed in the table

                          Is this correct or does the readme need updating?

                          {
                          module: ‘MMM-soccer’,
                          position: ‘bottom_left’,
                          config: {
                          api_key: ‘’,
                          show: ‘ENGLAND’,
                          focus_on: {‘ENGLAND’:‘LIVERPOOL’},
                          max_teams: 10,
                          leagues: {‘ENGLAND’: 426}
                          }
                          },

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

                            @Mitchfarino you provided a wrong teamname, it should be in your case 'Liverpool FC' and I suggest to remove the api_key and leagues line from config, because that are the default values anyways and therefore are not needed in the config

                            {
                                module: 'MMM-soccer',
                                position: 'bottom_left',
                                config: {
                                    show: 'ENGLAND',
                                    focus_on: {
                                        'ENGLAND': 'Liverpool FC'
                                    },
                                    max_teams: 10
                                }
                            },
                            

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

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

                              @strawberry-3.141 I do have an API key, don’t I need it? I just blanked it out for my post

                              Thanks for your reply and module

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

                                @Mitchfarino well when you have one, you can insert it again, this will force the module to refresh more often ;)

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

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

                                  Just been looking at your NFL module, it’s incredible!

                                  Is there anyway you could implement something similar for fixtures/live games in the soccer module?

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

                                    @Mitchfarino when i get my voice recognition in a stable version I want to upgrade a couple of my modules like fixtures for this one, but currently there is a big issue, so it can take a while

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

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

                                      [card:fewieden/MMM-soccer]

                                      Changelog:

                                      Implemented voice commands to switch the leagues on the fly

                                      alt text

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

                                      1 Reply Last reply Reply Quote 0
                                      • V Offline
                                        viper-sg2
                                        last edited by

                                        Hey All,

                                        I have the problem that some are icons not displayed. Does somebody has any idea?

                                        THX

                                        strawberry 3.141S TheHyp3T 2 Replies Last reply Reply Quote 0
                                        • strawberry 3.141S Offline
                                          strawberry 3.141 Project Sponsor Module Developer @viper-sg2
                                          last edited by

                                          @viper-sg2 which league?

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

                                          V 1 Reply Last reply Reply Quote 0
                                          • TheHyp3T Offline
                                            TheHyp3 @viper-sg2
                                            last edited by

                                            @viper-sg2 said in Soccer Standings:

                                            Hey All,

                                            I have the problem that some are icons not displayed. Does somebody has any idea?

                                            THX

                                            I´ve got the same issue on the german league for 4 teams. Another problem: I cant focus_on my favourite team (1. FC Köln).

                                            Heres my config:

                                            	{
                                            			module: 'MMM-soccer',
                                            			position: 'bottom_right',
                                            			config: {
                                            			focus_on: {
                                            				'GERMANY': '1. FC Köln'				
                                            			},
                                            			max_teams: 10
                                            			}
                                            	},
                                            
                                            strawberry 3.141S 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
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 3 / 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