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,
}
},