A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
no result from mvgmunich modul
-
I found the solution, it’s not a bug, it’s a new feature :-)
It is undocumented feature, some missing parts in configuration.
Now you able to filter some line unfortunately the filter is by default active. switch off the filter now it works.lineFiltering: { "active": false, "filterType": "whitelist", "lineNumbers": ["U1, U3, X50"] },
With this config it should be worked :
{ module: 'mvgmunich', position: 'top_right', header: 'MVG', config: { haltestelle: 'Vaterstetten', maxEntries: 4, updateInterval: 60000, showIcons: true, transportTypesToShow: { "ubahn": false, "sbahn": true, "bus": false, "regional_bus": false, "tram": false }, lineFiltering: { "active": false, "filterType": "whitelist", "lineNumbers": ["U1, U3, X50"] }, ignoreStations: [], timeToWalk: 0, showWalkingTime: false, showTrainDepartureTime: true, trainDepartureTimeFormat: "relative", walkingTimeFormat: "relative", showInterruptions: true, showInterruptionsDetails: true, countInterruptionsAsItemShown: true, } },
-
Good catch and thank you very much. That solved my issue too (at the moment at least). I knew that feature were introduced with the last update, but it is a bit strange to have this enabled by default.