Read the statement by Michael Teeuw here.
MMM-Rejseplanen - A departure board for Danish train and bus stations
-
As to be expected the issue was with the setup - VM users should take that into account. Oddly the fix when I added another module using external info (horoscope) and rebooted the VM. Saw it had a hiccup with time and date sync within ubuntu. Sorted itself out. Rejseplanen train depatures from Odense Station load nicely but for some reason can’t figure out how to switch to Bus lines and show the lines that go through my stop or any other bus stop for that matter.
config:{ stationID: "461112000", stationName: "Bilka", vehicle: "B", destfilter: "", departuresMax: 5 }
After Loading… for a while it returns this
Which seems to be defaulting to Odense Station for some reason.
-
What happen to this Module :/
Is just what i needed…
-
@Impertus It still works fine. Runs on my mirror every day.
-
@MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:
@Impertus It still works fine. Runs on my mirror every day.
Can you send that to me? Because there is No download link more. :/
På forhånd tak :)
-
@Impertus said in MMM-Rejseplanen - A departure board for Danish train and bus stations:
@MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:
@Impertus It still works fine. Runs on my mirror every day.
Can you send that to me? Because there is No download link more. :/
På forhånd tak :)
https://github.com/poketcalulator/MMM-Rejseplanen
There you go :)
-
Like focaldistorsion I had a problem where the module kept saying Loading…
I installed the magic mirror as a docker container, running on a remote server. My solution was to check the docker log with:docker container logs mm
That returned an error regarding Request, which I fixed by running
npm i request
in the magic mirror container.
Thanks for an awesome module! -
The module has not been updated for a long time and has very old dependencies. There is a module that can also use a Rejseplanen API and is actively developed by me: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas
It looks like this:
This is the configuration of it:
{ module: "MMM-PublicTransportHafas", position: "top_left", config: { hafasProfile: "rejseplanen", stationID: "8600083", stationName: "Kolding St.", timeToStation: 5, showAbsoluteTime: false } },