fewieden / MMM-soccer

European Soccer Standings Module for MagicMirror²
MIT License
31 stars 24 forks source link

matchType: 'next' #41

Closed matze6486 closed 3 years ago

matze6486 commented 3 years ago

Hey, lavolp3 / fewieden

your module is very nice, but i've got a problem

I want to show the next matches of my team and this doesn't work. If I change 'league' to 'next' (or 'daily') the screen is only black. focus_on works. My team is highlighted.

here is my config of this module

{ module: 'MMM-soccer', position: 'top_left', config: { api_key: 'myAPI', show: ['BL1','CL'], colored: true,

    focus_on: {
        'BL1': 'FC Bayern München',
         'CL': 'FC Bayern München',
    },
    max_teams: 8,
    matchType: 'next'
}

},

fewieden commented 3 years ago

@matze6486 the fork of lavolp3 has a lot of conflicts with the base module. There is a lot of work necessary to integrate the fork back into the base module. I suggest reporting your issue in his fork until the work is done because the base module doesn't support match types.

lavolp3 commented 3 years ago

Hello @matze6486 @fewieden
I've just seen this now. @matze6486 please each out to me, on the mm forum or here with your issue. @fewieden wanted to reach out to you with the merging approach but am stuck on work and several other things. Sorry, not forgotten.