fewieden / MMM-soccer

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

WIP: V3 with cup support #42

Open fewieden opened 3 years ago

fewieden commented 3 years ago

This is a work in progress for the v3 of the module which will offer support for cups such as the European Championship, Champions League, and World Cup.

To test this beta please execute the following commands, if you already have a version of this module installed:

cd ~/MagicMirror/modules/MMM-soccer
git fetch
git checkout feature/extract-api-provider
git pull
npm i --production 

The config options have completely changed, please refer to the new readme for all options.

If you find issues or need help, please make sure you are using the newest version of this branch git pull, because this is a work in progress. If you still can reproduce the issue afterward please comment below.

If you want to be notified about every update for version 3 please react with an emoji and then I will tag you in the next comment so you receive a notification.

fewieden commented 3 years ago

Fixed a problem with cup standings and filtering schedules to current matchday

fewieden commented 3 years ago

Schedules with no team specified as focusOn show now the next scheduled game of the current matchday or the last one if all are finished already.