MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    no result from mvgmunich modul

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    12 Posts 4 Posters 3.6k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      Babene1 Project Sponsor
      last edited by

      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,
      			}
      		},
      
      1 Reply Last reply Reply Quote 0
      • A Offline
        andyyy
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 2 / 2
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy