Read the statement by Michael Teeuw here.
Can't make MMM-Paris-RATP-PG work
-
@Jab
Hi, thanks for giving the module a try.
the busStations element in your config seems to only as for traffic information, for those 3 lines.
N/A is typically what I get when there is no traffic in the night for example.
I checked with a similar config{ module: 'MMM-Paris-RATP-PG', position: 'bottom_right', header: 'Test Config', config: { busStations: [ {type: 'traffic', line: ['rers','A']}, {type: 'traffic', line: ['metros','3']}, {type: 'traffic', line: ['metros','9']} ], pluiePlaces: [{id: '751140', name: 'Home'}], pluieUpdateInterval: 1 * 5 * 60 * 1000, //default is 10 minutes, make it 5 (minimum update time) }
and get: three Traffic OK.
So that might have been the time you worked on it maybe ?
Out of curiosity how did you resolve your first issue of “Loading Connection” ? -
@Chris
Hi,
just as a note, this is a config for a different module. To do a similar check with this module you would do:{ module: 'MMM-Paris-RATP-PG', position: 'top_left', header: 'Chris', config: { busStations: [ {type: 'bus', line: 147, stations: 'mairie+de+livry+++gargan', destination: 'R'} ] } },
-
Hello,
Indeed, sorry, I spoke too fast and I was wrong module.
I will try this configuration to see the result.
Regards,
-
Hi
Thanks all for your replies. Unfortunately, after the latest update to v2.2, MM does not start anymore. Seems to be an issue with electron.
I have to fix this and then I will try your different code samples.
Jab
-
Hi all,
Finally with a fresh install of v2.2, all modules work fine.
I think I’ll update a few the css in order to get a colored look & feel.
Thanks for your help,
Jab -
bonjour,
voici ma config et rien ne fonctionne ? ecran noir ?
{
module: ‘MMM-Paris-RATP-PG’,
position: ‘top_left’,
header: ‘mairie de fresnes’,
config: {
busStations: [
{type: ‘bus’, line: 187, stations: ‘mairie+de+fresnes’, destination: ‘R’}
]
}
},