- Navigate to your MagicMirror's modules folder, and run the following command:
git clone https://github.com/Clovel/MMM-Bdx-PontChaban.git
- Add the module and a valid configuration to your
config/config.js
file
This is an example configuration for your config/config.js
file:
var config = {
modules: [
{
module: "MMM-Bdx-PontChaban",
position: "middle_center",
config: {
records: 5,
modus: "upcoming",
showExtraInfo: false,
showColumnHeader: true,
}
},
]
}
Option | Description |
---|---|
records |
Optional - The number of lines you want to show Default: 5 |
modus |
Optional - 'past' for past events, 'upcoming' for future events Default: past |
showExtraInfo |
Optional - Do you want to show the launchsite (true) or not (false) Default: false |
showColumnHeader |
Optional - Choose if you want to see columnheadings Default: false |