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 480.4k 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 @pikasso
      last edited by

      @pikasso I just started the module with your config and got data.

      3117aa40-a75b-475b-81e7-250b7e9be317-image.png

      Do you have any errors in the logs?

      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 @matze86
        last edited by

        @matze86 this is already possible, see example config:

        {
          module: 'MMM-soccer',
          position: 'top_right',
          config: {
            provider: {
              'football-data': {
                apiKey: 'XXX'
              }
            },
            competitions: [
              {
                code: 'BL1',
                scorers: {
                  provider: 'football-data',
                  maxEntries: 5
                }
              },
            ]
          }
        }
        

        ac239edb-ba59-4cea-83a3-ea689447df8b-image.png

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

        1 Reply Last reply Reply Quote 0
        • K Offline
          Kongledyret
          last edited by

          Does this still work?
          Getting “Loading…”

          Config:

          	{
            module: 'MMM-soccer',
            position: 'bottom_right',
            config: {
              show: 'ENGLAND',
              max_teams: 5
            }
          },
          
          1 Reply Last reply Reply Quote 0
          • B Offline
            Babene1 Project Sponsor
            last edited by

            Ich hab die einfache Konfig verwendet:

            {
              module: 'MMM-soccer',
              position: 'top_right',
              config: {
                provider: {
                  'football-data': {
                    apiKey: 'XXX'
                  }
                },
                competitions: [
                  {
                    code: 'BL1',
                    scorers: {
                      provider: 'football-data',
                      maxEntries: 5
                    }
                  },
                ]
              }
            }
            
            

            I have this error:

            [ERROR] [MMM-soccer]: SoccerError: FETCHING_SCORERS
            at Object.fetchScorers (/home/pi/MagicMirror/modules/MMM-soccer/provider/football-data/provider.js:110:15)
            at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
            at async Class.createSingleRequest (/home/pi/MagicMirror/modules/MMM-soccer/node_helper.js:86:30)
            at async Promise.all (index 0)
            at async Class.makeRequests (/home/pi/MagicMirror/modules/MMM-soccer/node_helper.js:97:27) {
            competition: ‘BL1’,
            provider: ‘football-data’
            }

            H 1 Reply Last reply Reply Quote 0
            • H Offline
              Henrik @Babene1
              last edited by

              @Babene1 @Kongledyret
              I am using this config, and it works fine. Make sure to do a git pull if you haven’t already.

              		{
              			module: 'MMM-soccer',
              			position: 'top_left',
              			config: {
              				show: ['PL', 'PD'],
              				showMatches: false,
              				api_key: 'goes here',
                              		logos: true,
                             		 	colored: true,
              				updateInterval: 40,
              				liveMode: false,
              			}
              		},
              

              Just to make sure we’re talking about the same thing, this is the one I’m using:
              https://github.com/lavolp3/MMM-soccer

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 17
              • 18
              • 19
              • 20
              • 21
              • 21 / 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