@djsunrise19 Du brauchst nicht mehr selbst zu schauen. Ich habe es doch schnell implementiert.
Du kannst jetzt mit der Option showAbsoluteTime
bestimmen ob die Zeit absolut oder relativ angezeigt werden soll. Außerdem kannst mit der Option tableHeaderOrder
auch noch die Reihenfolge der Spalten verändern.
Read the statement by Michael Teeuw here.
Posts made by raywo
-
RE: DeutscheBahn - API - direct relations - information of german railway - DB
-
RE: MMM-Tabulator: How to port HTML JS imports to node JS imports? [solved]
@E3V3A I don’t know whether that helps but you need to write
this.file("node_modules/jquery-ui-dist/jquery-ui.min.js")
in yourgetStyles
andgetScripts
functions. -
RE: I got sucked up into a magic mirror! (and need some help)
@E3V3A I think your solution may be overly complicated. Why do you need JQuery?
You can have a look at my recent module MMM-PublicTransportHafas which does exactly what you described:
- has a multicolumn (not) coloured table
- updates every so and so minutes (user configurable)
- uses plain js to generate the table
- uses another api to request JSON-data to populate the table
Maybe this is a good starting point for you.
Can you share your code you have? -
RE: DeutscheBahn - API - direct relations - information of german railway - DB
@djsunrise19 Das Modul hat das so nicht vorgesehen. Aber du kannst ja einen Fork machen und die Darstellung entsprechend deinen Wünschen anpassen.
-
RE: DeutscheBahn - API - direct relations - information of german railway - DB
@djsunrise19 Geht mir ähnlich. ;)
Mein Modul unterscheidet sich zu MMM-PublicTransportDB auch nur insofern, dass es von mir ist ;) und dass ich erläutere, wie man zu seinerstationID
kommt.
Dass du mein Modul nicht kanntest, mag daran liegen, dass ich es erst vor ein paar Tagen fertiggestellt habe. -
RE: DeutscheBahn - API - direct relations - information of german railway - DB
Hallo! Mir ist der Thread hier beim Stöbern aufgefallen. Mir scheint, dass ihr euch das Leben unnötig schwer macht. Es gibt einen wunderbaren Client für die Bahn-API, der sehr leicht zu benutzen ist: hafas-client.
Wie man diesen Client benutzt und in ein Modul einbindet, könnt ihr in meinem Modul MMM-PublicTransportHafas sehen. Wenn ihr nur eine Anzeige der Abfahrten in eine bestimmte Richtung benötigt, dann macht das mein Modul sogar schon. Wenn ihr auch an Umsteigeverbindungen interessiert seid, könnt ihr mal schauen, ob die
journeys
-Funktion vomhafas-client
euch weiter bringt.Viel Spaß beim Basteln!
-
RE: Station monitor KVB Köln
@anf As far as I understood the HAFAS-system the data displayed there comes from the local providers. So if KVB feeds HAFAS with realtime info it would be displayed by my module.
On a first short test I saw delay information. So I think KVB delivers realtime info to HAFAS. -
RE: Station monitor KVB Köln
I think my module MMM-PublicTransportHafas will do exactly what you need.
-
MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn
Description
I just finished my latest module. It can be used to display departures from a station near you.
The module uses data from the HAFAS system which is fed by nearly all transportation providers in Germany. Most providers even provide real time information on the departures. As far as I know and read this system is used also in many other European countries especially Switzerland and Austria. So give it a try if you located there.
It is possible to use this module to display local transport departures like tram or bus or regional and national transport departures.
Screenshots
Download
[card:raywo/MMM-PublicTransportHafas]