Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Public Transportation Module Munich, Germany

    Troubleshooting
    2
    3
    589
    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.
    • thedoorsfanatic
      thedoorsfanatic last edited by

      Hey all,
      I have been using MMM-mvgmunich on my mirror but since a couple of days the cool module is not working anymore. Do you have an idea which similar working module I could use to show public transportation times in Munich, Germany? Thanks!

      German/Deutsch:
      Hallo alle,
      ich habe auf meinem Spiegel MMM-mvgmunich integriert, aber leider funktioniert das Modul seit einigen Tagen nicht mehr. Kennt jemand Alternativen, wie ich mir die Abfahrtszeiten der MVG München anzeigen lassen kann? Danke!

      1 Reply Last reply Reply Quote 0
      • B
        Babene1 Project Sponsor last edited by

        Hello,

        I use the mvgmunich modul from https://github.com/mrVragec/MMM-mvgmunich.
        It works perfect. Do you use the same modul?
        Maybe it is a problem from config?
        Can you post your modul config ….

        this config works:

        {
        			module: 'mvgmunich',
        			position: 'top_right',
        			header: 'MVG',
        			config: {
        				haltestelle: 'Vaterstetten',
        				maxEntries: 4,   // 10 items on screen
        				updateInterval: 60000,  // 60 s
        				showIcons: true,
        				showUbahn: true,    //show ubahn route
        				showBus: false,    // show bus route
        				showTram: false,   // show tram route
        				showSbahn: true   // show sbahn route
        			}
        		},
        
        thedoorsfanatic 1 Reply Last reply Reply Quote 0
        • thedoorsfanatic
          thedoorsfanatic @Babene1 last edited by

          Dear @Babene1 ,

          thanks for your quick response. I use the same module and since the module is working for you I was wondering what else could be the error. And I have found a solution: the latest module I installed was MMM-GoogleMapsTraffic. I deactivated that module and now MMM-mvgmunich
          is working again. Vielen Dank!

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy