-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matchType: 'next' #41
Conversation
…schedules, replacers, fixed focus ...
Major update to v2
updated example screenshots
Merge Develop
merge develop
Minor bugfixes v1.0.1
bugfix on package.json
removed dev dependencies
removed comma in package.json
Tweaks on UI deleted comments
fixed live mode (again)
@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. |
Hello @matze6486 @fewieden |
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,
},