Yeah Sorry for this I messup with my copy / Paste Source
Even with Header set to XXXX
XXX doesnt appears on the Magic Mirror…
DOC says something confusing at the end:
Troubleshooting
The first thing to do in to set a debbuging setting in the config file because it will enable more verbose trace. Ensure that any setting is followed by a comma (that’s the common mistake with Magic Mirror²)
{
module: ‘MMM-Ratp’,
position: ‘top_right’,
header: ‘RATP’ // please leave this value, it will be replaced anyway,
config:{
debugging:true,
apiURL:'https://api-ratp.pierre-grimaud.fr/v3/schedules/bus/163/dumont+d’urville+++belgique/A’,
}
}
Doc says also this:
Configuration
To get bus timetable, you’ll need to specify the transport line, the station and the destination. These information will have to be specified in the configuration (https://github.com/lgmorand/MMM-Ratp/blob/master/MMM-Ratp.js#L14-L23)
I dont understand If I have to setup something in the configuration file of MMM-RATP ? ??