Read the statement by Michael Teeuw here.
MMM-Paris-RATP-PG - Paris: Bus, Metro, RER, Tramway & Velib
-
Just to mention, that I just released a version 1.1 that includes Velib station support :D
-
Thanks, very useful module !
-
@da4throux Just to mention I just released version 1.5 for which one can also monitor: metros & tramways, along with the traffic status on each line of metro, rer & tramway.
-
New release: version 2.0. a few bugs corrected, but especially: adding the risk of rain within the next hour (from Meteo France): I know it’s a bit outside the scope of the product, but it’s really what I want to know when I leave my place: is my bus coming soon, will it rain … And also the possibility to color the transport name, and/or the whole line.
I did some re-architecturing that should allow me to add Autolib, RER, and the new Velib more easily in the coming future. -
New double release: version 2.1 and 2.2.
- 2.1: possibility some status if they are part of the config (use case: hide normal traffic, and known incident - ex: line stop in the evening until march for ground work…)
- 2.2: autolib station (possibility to hide or show car types (utilib .9 & 1.4); possibility to set a list of backup stations (use case: show those stations only if the one nearest to my place is empty)
-
Ola;
Merci pour le plugin c’est top ! Je ne parle pas bien anglais, je me trompe peut-être et je pense que tu es français .
Est-il possible de modifier le plugin pour l’adapter à Bordeaux avec les API https:/data.bordeaux-metropole?Fr/apicub ?
Je vais essayer de me lancer dedans mais j’aimerai avoir un avis avant pour éviter de foncer dans le mur :)
Merci beaucoup. -
@polzy
merci beaucoup.
bien sûr il peut s’adapter à beaucoup de type d’échanges avec API.
Si tu regardes sur github, tu verras plusieurs Forks du projet, dont un pour Toulouse par example :D
Mon projet est aussi forké d’un projet transport d’une autre ville.
Par contre le mien a évolué pour pouvoir gérer plusieurs APIs plus facilement, car je voulais faire un module multi-modal (pas que la RATP).En plus: la partie prédiction des pluies dans l’heure reste utilisable en l’état partout en France, il suffit de lui indiquer le “bon” lieu :D
-
New release: version 2.3
bringing Velib back :D
It’s based on the OpenDataParis. It has some downsides, but it should improve in the coming weeks I hope: some stations are missing, the information on electric bikes is not available, some information is not real time…
As before, you can set a graph showing the past day trend (always nice to know how much bikes are coming in and out of station around the time you leave). -
Merci pour ta réponse :)
J’ai été trop gourmand avec les API TBP… je vais finalement mettre le module google map avec mon trajet du matin… -
Hello l’ami.
Merci pour le module super pratique. J’avais 2/3 petites questions :
- Comment supprimer le compteur à gauche qui va de 1 à 6 ?
- Comment rajouter un espace ou élargir le côté gauche de la table car c’est trop collé au niveau du texte ? Je n’ai rien trouvé au niveau du CSS.
- J’ai essayé de dupliquer le module pour mettre à part les prochains passages et de l’autre l’état du trafic sauf que si j duplique et que j’enlève la ligne ca m’affiche N/A.
Exemple pour le 3) qui fonctionne :
Module 1
{type: ‘rers’, line: ‘A’, stations: ‘noisy+champs’, destination: ‘A’, label: ‘A’, firstCellColor: ‘red’},Module 2
{type: ‘rers’, line: ‘A’, stations: ‘noisy+champs’, destination: ‘A’, label: ‘A’, firstCellColor: ‘red’},
{type: ‘traffic’, line: [‘rers’, ‘A’], firstCellColor: ‘Red’, lineColor: ‘white’},
{type: ‘traffic’, line: [‘metros’, ‘6’], firstCellColor: ‘Green’, lineColor: ‘white’},
{type: ‘traffic’, line: [‘metros’, ‘9’], firstCellColor: ‘Green’, lineColor: ‘white’},Exemple pour le 3) qui ne fonctionne pas :
Module 1
{type: ‘rers’, line: ‘A’, stations: ‘noisy+champs’, destination: ‘A’, label: ‘A’, firstCellColor: ‘red’},Module 2
{type: ‘traffic’, line: [‘rers’, ‘A’], firstCellColor: ‘Red’, lineColor: ‘white’},
{type: ‘traffic’, line: [‘metros’, ‘6’], firstCellColor: ‘Green’, lineColor: ‘white’},
{type: ‘traffic’, line: [‘metros’, ‘9’], firstCellColor: ‘Green’, lineColor: ‘white’},