Read the statement by Michael Teeuw here.
MMM-PublicTransportHafas: Service Temporarily Unavailable
-
Seems that DB made the service, as used by Hafas, unavailable.
https://reiseauskunft.bahn.de
503 Service Temporarily UnavailableAlso other programs using it have this problem.
Can only hope that there is or there will be an alternative source.
It is the one of the 3 most used MagicMirror modules in our household. -
Possible work-around.
Needs travelling via Austria :-)To check if your station is available:
$ cd ~/MagicMirror/modules/MMM-PublicTransportHafas $ npm run query oebb > mmm-publictransporthafas@2.1.13 query > node ./convenience/query_stations.mjs oebb Using hafas-client profile: oebb Enter an address or station name:This will give you a station Id.
Update config.js:
$ vi ~/MagicMirror/config/config.js : : hafasProfile: "oebb", stationID: "<ID>", stationName: "<Stop>", : :For me the list appears again, although I do not see the real-time times, meaning it shows the ⚠ symbol (as set in
noRealtimeDelayString: "⚠",).One can try different hafas-client profiles, listed in:
https://github.com/public-transport/hafas-client/blob/main/p/readme.md
When you are lucky there is a good alternative to db.
-
@othomys said in MMM-PublicTransportHafas: Service Temporarily Unavailable:
Georg-Schwarz-Str./Merseburger-Str.
For you I found this one:
$ npm run query insa Enter an address or station name: Georg-Schwarz Stops found for 'Georg-Schwarz': > Stop: Leipzig, Georg-Schwarz-/Merseburger Str. ID: 12555 Transport product(s): Tram, BusSo your config will be:
hafasProfile: "insa", stationID: "12555", stationName: "Georg-Schwarz-Str./Merseburger-Str.", -
@p1lspeda said in MMM-PublicTransportHafas: Service Temporarily Unavailable:
Höfchen/Listmann
For you, try this:
$ npm run query rmv Using hafas-client profile: rmv Enter an address or station name: Höfchen/Listmann Stops found for 'Höfchen/Listmann': > Stop: MZ Höfchen/Listmann ID: 3029051 Transport product(s): BusConfig:
hafasProfile: "rmv", stationID: "3029051", stationName: "Höfchen/Listmann", -
@evroom what folder to be in??
-
$ cd ~/MagicMirror/modules/MMM-PublicTransportHafas -
@othomys I have a solution, just need a bit time to implement it properly. I’ll try to bring out a new release at the weekend :-)
-
New release 3.0.0 is out 👩💻. Please update the module and test it 🚊⏰😀
-
@KristjanESPERANTO thanks for the update but it is still not working. I haven’t checked the log yet but will let you know later the day.
-
@MZ-BER How did you do the update?
cd ~/MagicMirror/modules/MMM-PublicTransportHafas git pull npm ci -
I did the update and it is looking much better now.
I reverted back to db (npm run query dbis working again).
Only one thing I noticed:
On display (last update 11:15)
11:08 +1.0333333333333334
11:28 +0The 11:08 entry is in the past (
maxUnreachableDepartures: 2,).
The+1.0333333333333334is a bit too much :-) -
@KristjanESPERANTO I missed the npm ci. Now it is working as expected. Thank you 😊
-
@evroom said in MMM-PublicTransportHafas: Service Temporarily Unavailable:
The +1.0333333333333334 is a bit too much :-)
I just released version 3.0.1 to fix this 😀
-
@KristjanESPERANTO said in MMM-PublicTransportHafas: Service Temporarily Unavailable:
I just released version 3.0.1 to fix this 😀
At this moment I see an entry in the past with +0.5.
Also saw +0.6.
When turning on debug, I only seedelayvalues of 0, 60 and null, so I wonder where the current 0.5 comes from.
The values forwhenandplannedWhenall have a difference of 0 or 1 minute.It seems that it only affects the first entry in the list, which in my case is the first unreachable in the past.
And it does not really bother me, but it still is odd. -
I did the update
cd ~/MagicMirror/modules/MMM-PublicTransportHafas
git pull
npm cibut it still does not work.
Any idea??
-
pi@magicmirror-buero:~/MagicMirror/modules/MMM-PublicTransportHafas $ npm ci
npm warn deprecated vbb-translate-ids@3.1.0: Deprecated. Use vbb-translate-ids@latest.
npm warn deprecated hafas-client@2.10.4: Deprecated. Use hafas-client@latest. -
@Volkae Looks like you don’t use my fork. I recommend deleting the module and install this: https://github.com/KristjanESPERANTO/MMM-PublicTransportHafas
-
@KristjanESPERANTO said in MMM-PublicTransportHafas: Service Temporarily Unavailable:
deleting the module and install
I think to be more clear, deleting the module folder
-
-
@KristjanESPERANTO
Thank you for your support. I hope to find some time this weekend to implement your suggestion.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
