Displays a table with all the players from your favorite team.
The module is available here.
You need an api-key, you can get it here for free.
Module is in development.
Other football-modules will be available soon at my GitHub profile.
Displays a table with all the players from your favorite team.
The module is available here.
You need an api-key, you can get it here for free.
Module is in development.
Other football-modules will be available soon at my GitHub profile.
@MrBorg if there is an api to get the information there should be a way for visualisation. But Tennis is not my profession.
@MrBorg if there is an api to get the information there should be a way for visualisation. But Tennis is not my profession.
Displays a table with all the players from your favorite team on there position and the next Opponent. Based on MMM-AllPlayers
The module is using this API
Clone the Module from GitHub
git clone https://github.com/julianvollmer/MMM-NextGameWithPlayers
Install the package football-data-api.
npm install football-data-api
To use this module, add the following configuration block to the modules array in the config/config.js
file:
var config = {
modules: [
{
module: 'MMM-NextGameWithPlayers',
position: 'top_center', // This can be any of the regions. Best results in left or right regions.
header: 'Alle Spieler', // Topic of your modul.
config: {
options: {
headers: {'X-Auth-Token': 'YOUR_TOKEN'},
shortNameLeague: "BL1", //Short name of your League.
shortNameTeam: "HSV", //Short name of your team. Team must be in the League.
},
}
}
]
}
Option | Description |
---|---|
X-Auth-Token |
Required You can get it from here. |
shortNameLeague |
Required Short name of your League |
shortNameTeam |
Required Short name of your team. Team must be in the League. |
Names for the different leagues:
Short Name | Long Name |
---|---|
AAL | Australian A-League |
CL | Champions League 2017/18 |
SB | Serie B 2017/18 |
DFB | DFB-Pokal 2017/18 |
PPL | Primeira Liga 2017/18 |
SA | Serie A 2017/18 |
PD | Primera Division 2017 |
BL2 | 2. Bundesliga 2017/18 |
BL1 | 1. Bundesliga 2017/18 |
FL2 | Ligue 2 2017/18 |
FL1 | Ligue 1 2017/18 |
DED | Eredivisie 2017/18 |
EL2 | League Two 2017/18 |
EL1 | League One 2017/18 |
ELC | Championship 2017/18 |
PL | Premier League 2017/18 |
BSA | Campeonato Brasileiro da Série A |
Displays a table with all the players from your favorite team.
The module is available here.
You need an api-key, you can get it here for free.
Module is in development.
Other football-modules will be available soon at my GitHub profile.