@Egnos seeing your previous post with the config, your league probably requires a free API key.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
@Egnos Requires version >= 2.14 of MagicMirror!
[02:57:33.259] [LOG] Starting MagicMirror: v2.10.1
Your mirror is not up to date
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
Version 2.1.0
Requires version >= 2.14 of MagicMirror!
Added
- Integrated MMM-Modal
Changed
- Using remote logos
- Preview pictures
Fixed
- Fade effect
- Focus_on in modal highlights correct team
- Help modal shows correct voice commands
Removed
- Logo downloader
- Doclet integration


https://github.com/fewieden/MMM-soccer
[card:fewieden/MMM-soccer]
-
RE: MMM-Modal
With MMM-ip another module has now integrated the modals. See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules
-
RE: MMM-Soccer - Standings, Schedules and Top Scorers
Version 2.0.1
Added
- French translations (Thanks to https://github.com/laventin85)
Changed
- Readme config example
- Github config files
https://github.com/fewieden/MMM-soccer
[card:fewieden/MMM-soccer]
-
RE: MMM-ip
Version 2.0.0
Added
- Nunjuck templates
- Integrated MMM-Modal for modal handling
- Documentation
Fixed
- MMM-voice mode in notificationReceived (Thanks to https://github.com/MillerMedia)
Changed
- Config files
Removed
- Config options (voice, showFamily, showType, and startHidden). Check out the readme for replacements.
- Internal modal handling (help, interfaces)
- Stylelint and CSS files
https://github.com/fewieden/MMM-ip
[card:fewieden/MMM-ip]
-
RE: MMM-WienerLinien
Version 2.0.1
Fixed
- Sorting of departure times https://github.com/fewieden/MMM-WienerLinien/issues/16
https://github.com/fewieden/MMM-WienerLinien
[card:fewieden/MMM-WienerLinien]
-
RE: MMM-Fuel
Version 2.1.2
Added
- Config option
showDistancehttps://github.com/fewieden/MMM-Fuel/pull/49 - Missing jsdoc documentation
Changed
- Dependency update
Fixed
- Deinit map had a hardcoded index for markers.
https://github.com/fewieden/MMM-Fuel
[card:fewieden/MMM-Fuel]
- Config option
-
RE: Default Newsfeed: Fullscreen News Article in MMM-Modal instead of iFrame
@RaspiManu I’m quite busy to help you out much here. But maybe it helps you to check out https://github.com/fewieden/MMM-Modal/issues/6 where @skuethe implemented MMM-Modal with MMM-Touch and MMM-WiFiPassword
-
RE: MMM-Fuel
@Pielo the documentation states that you need to provide an integer of how many character you want to see, the value false is just to deactivate the behavior.
Option Default Description shortenText false Integer of characters to be shown for name and address. Default shows all.If you do
shortenText: 5, then it will show 5 characters andshortenText: 10will show 10 and so on