fewieden / MMM-soccer

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

Error getting league table 400 #27

Closed EduMarron closed 3 years ago

EduMarron commented 5 years ago

Platform (Hardware/OS): Pi3 b+ Node version:

MagicMirror version: may.2019 Module version: may.2019 Description of the issue: List and Icons are not showing up.

Get league table for url http://api.football-data.org/v2/competitions/undefined/standings Error getting league table 400

config screen

fewieden commented 4 years ago

@EduMarron the country needs to be uppercase.

{
    module: 'MMM-soccer',
    position: 'top_right',
    config: {
        api_key: 'XXX',
        show: 'GERMANY',
        logos: true,
        colored: true,
        max_teams: 7
    }
}