Read the statement by Michael Teeuw here.
MMM-DVB - Local Dresden transport (DVB) departure times
-
-
@skastenholz Many Thanks. Works like a charme. The modul has the wife’s acceptance factor significantly increased.
-
@skatenholz thx! Do I need to install dvbjs to get it to work? If so, how?
With the minimal module configuration in config.js I get the “Please create config file” error message
-
Hallo Nick,
folge einfach diesen Schritten:
1 Navigate into your MagicMirror’s modules folder.
2 Execute git clone https://github.com/skastenholz/MMM-DVB.git.
3 Execute cd MMM-DVB.
4 Execute npm install.
Ist ja auch alles auf der Modul Seite beschrieben. Da wird dann auch dvb.js installiert.In der config nutze das untere Beispiel von der Seite:
module: ‘MMM-DVB’,
position: ‘top_left’,
config: {
stopName: ‘Hauptbahnhof’, // Which stop would you like to have displayed?
timeOffset: 5, // With how many minutes in advance should connections be displayed?
resultNum: 5, // How many connections should be displayed?
lines: [“1”, “2”], // What lines should be displayed?
directions: [“Striesen”], // What directions should be displayed?
reload: 60000 // How often should the information be updated? (In milliseconds)
Bei mir läuft das Modul perfekt. Wenn noch was unklar ist einfach melden.
Ralf -
Danke Ralf, es funktioniert, alles gut. War mein fehler.
Ich habe aber eine andere Haltestelle eingegeben und ich habe gesehen dass bei der erste “reload” hat es wieder (nur für kurze Zeit) die Info für HBF gezeigt… Aber funktioniert alles jetzt. Danke!
-
Gibts denn auch eine Möglichkeit eine Richtung auszuschließen. An einer Haltestelle wechselt gerade im Bauprozess das Ziel einer Buslinie. Da wäre es praktisch, wenn durch ein “!directions” die Abfrage umgekehrt werden könnte.