Closed fewieden closed 4 years ago
@bblaha I played a little bit with your configuration and it seems like the related lines filter is broken on the API only for type stoerunglang
, for stoerungkurz
it is filtering properly.
I will contact them about this issue.
Additionally, I found out that there is also a bug in my module, which makes it impossible to only show stoerungkurz
. I will push a fix to the branch develop
for this. https://github.com/fewieden/MMM-WienerLinien/blob/3eec0637f98ecd2ac1d4aba33a98040f21227b37/node_helper.js#L60
@bblaha I refactored this module for v2. You can check it out on the develop
branch.
cd ~/MagicMirror/modules/MMM-WienerLinien
git checkout develop
git pull
npm i
If you use config option incidentShort
it should filter properly now.
I have tried this and it worked, thank you for the quick reaction!
@bblaha I have released the new version to the master branch. Just follow the steps above to switch the branch if you want.
Also good news, the API provider has already contacted me and fixed the issue. Therefore you can specify incidentShort: false
again.