Hello,
I found why the module was not working. The name of my city is too long, it was necessary to put - between each name
Thank you very much for your help.
Read the statement by Michael Teeuw here.
Posts made by greda
-
RE: I need help for module trafic
-
RE: I need help for module trafic
Kruemel,
Can you show me the configuration of your example please? -
RE: I need help for module trafic
I just tested and I have no more information. Can I send you my private API to test ?
-
RE: I need help for module trafic
I generated a key api (googleAPIs). Nothing appears on the screen.
-
RE: Hello , my english is not good ....
Bonjour,
Je t’envoie le lien en tchat sur le forum Mike.
Qui pourrait m’aider pour la mise en place ce certains modules ?
Merci -
I need help for module trafic
I can’t get the trafic module to work. Is it possible to switch to French ?
My config:
{
module: ‘MMM-Traffic’,
position: ‘top_left’,
classes: ‘dimmed medium’, //optional, default is ‘bright medium’, only applies to commute info not route_name
config: {
api_key: ‘MyApiKey’,
mode: ‘driving’,
language: “fr”,
origin: ‘Paris, France’,
destination: ‘Rouen, France’,
arrival_time: ‘0825’, //optional, but needs to be in 24 hour time if used.
route_name: ‘Maison vers le bureau’,
changeColor: true,
showGreen: false,
limitYellow: 5, //Greater than 5% of journey time due to traffic
limitRed: 20, //Greater than 20% of journey time due to traffic
traffic_model: ‘pessimistic’,
interval: 120000, //2 minutes
showWeekend: false,
allTime: false
}
My mirror screen
Thank you for your help.