• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 2.8k 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.
  • T Offline
    thedoorsfanatic @Babene1
    last edited by Dec 16, 2019, 1:54 PM

    @Babene1
    Bei mir kommt die Meldung: “Der Name der Haltestelle ist nicht korrekt, bitte überprüfen sie auf MVG”.
    Vielleicht sollten wir ein Issue erstellen. Der Autor des Moduls hat bei mir schon mal darauf reagiert.

    My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

    1 Reply Last reply Reply Quote 0
    • A Offline
      andyyy
      last edited by andyyy Dec 16, 2019, 10:57 PM Dec 16, 2019, 9:28 PM

      Did anyone find a solution? I have the same problem. When I remove the MMM-GoogleMapsTraffic from the config.js the issue presists. First it is displaying “undefind” and then nothing at all.

      P.S.: I reverted to the previous version of mvgmunich (sd card backup) which works again, but it has some dupicate stations entries. But this issues was from the beginning.

      T 1 Reply Last reply Dec 17, 2019, 1:56 PM Reply Quote 1
      • T Offline
        thedoorsfanatic @andyyy
        last edited by Dec 17, 2019, 1:56 PM

        @andyyy
        I switched back to the old version and that works for me, too

        My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

        A 1 Reply Last reply Dec 17, 2019, 8:37 PM Reply Quote 0
        • A Offline
          andyyy @thedoorsfanatic
          last edited by Dec 17, 2019, 8:37 PM

          @thedoorsfanatic
          That is a workaround for now. I wondering if this is a sole module issue or a config issue/problem with the MM or OS itself. Sooner or later we need update mvgmunich module though.

          T 1 Reply Last reply Dec 18, 2019, 3:00 PM Reply Quote 1
          • T Offline
            thedoorsfanatic @andyyy
            last edited by thedoorsfanatic Dec 18, 2019, 4:11 PM Dec 18, 2019, 3:00 PM

            @andyyy
            Ok, I got it working again. Since I am a beginner this might be a little bit unusual but that’s what I did:
            1.) in my modules folder I renamed the existing folder to “mvgmunich_alt”
            2.) then I did a new install as described here in step 1 and step 2: https://github.com/mrVragec/MMM-mvgmunich
            3.) I skipped step 3 but I copied the whole configuration block from step 4 to my config.js
            4.) Then I put in my information like haltestelle, etc. and it worked again
            5.) I discovered that the ignoreStations part did not work but after putting in the name exactly like stated in https://www.mvg.de/dienste/abfahrtszeiten.html, for example “Moosach Bf. U S” everything was like before.

            Hope that helps!

            My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

            1 Reply Last reply Reply Quote 0
            • A Offline
              andyyy
              last edited by Jan 25, 2020, 2:59 PM

              @thedoorsfanatic
              This approach doesn’t work for me. Now I have both versions installed. Running the old version from the config.js it works as aspected but if I change the directory to the latest version of the module doesn’t load the table/stations. I have no clue what to do next.

              1 Reply Last reply Reply Quote 0
              • B Offline
                Babene1 Project Sponsor
                last edited by Feb 13, 2020, 9:18 AM

                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 Feb 20, 2020, 6:16 PM

                  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
                  • 1 / 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