Read the statement by Michael Teeuw here.
MMM-PublicTransportBerlin: "HCI Core: Invalid client version"
-
Hi there,
I did the last update of the MMM-PublicTransportBerlin module.
When I start my magic mirror there now is an error message sayingFehler beim Abrufen der Daten: "HCI Core: Invalid client version" Das könnte heißen, dass VBB- Daten gerade nicht verfügbar sind.
(in english something like:
Error when retrieving the data: 'HCI Core: Invalid client version' This could mean that VBB data is currently not available.
).
I run magic mirror version 2.27 - maybe it’s too old for the latest version of MMM-PublicTransportBerlin?
Is it somehow possible to reinstall the previous version of MMM-PublicTransportBerlin?Any hints appreciated.
Thank you very much.May the code be with you
-kai -
@kai As they are taking their time to update the module, you may do it manually.
Just edit the filemodules/MMM-PublicTransportBerlin/node_modules/hafas-client/p/bvg/base.json
in your MagicMirror directory and apply these changes:
link text
Red lines are original lines in the file that have to be deleted and green lines are the new lines.
That’s all.When you update the module in the future you may need to do
git stash
before doing the update.
-
@kai see this issue in the module
https://github.com/deg0nz/MMM-PublicTransportBerlin/issues/225
-
@sdetweil Thanks a lot!
So I will wait for the fix of the hafas-client. -
-
@kai As they are taking their time to update the module, you may do it manually.
Just edit the filemodules/MMM-PublicTransportBerlin/node_modules/hafas-client/p/bvg/base.json
in your MagicMirror directory and apply these changes:
link text
Red lines are original lines in the file that have to be deleted and green lines are the new lines.
That’s all.When you update the module in the future you may need to do
git stash
before doing the update.
-
@ferby09 Cool, thank you very much!
Now I can see the timetables again. -