MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Leon-tech
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Leon-tech

    @Leon-tech

    0
    Reputation
    4
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Leon-tech Unfollow Follow

    Latest posts made by Leon-tech

    • RE: MMM-mvgmunich

      @Fozi Wow this worked flawlessly for me. Thank you sooo much, this module ist perfect 😃

      posted in Troubleshooting
      L
      Leon-tech
    • MMM-mvgmunich

      Does anybody else have problems with the mvgmunich Module? I don’t know since when exactly it doesn’t show any informations any more, but it is been more than half a year and I wanted to finally fix the issue. I reinstalled it today but still nothing showing, only the header “MVG Munich” but no departures. This is my config:

      {
        module: "mvgmunich",
        position: "bottom_left",
        header: "MVG",
          config: {
            haltestelle: "Studentenstadt",
            maxEntries: 10,             // 10 items on screen
            updateIntervall: 60000,      // 60 s
            showIcons: true,            // Show transport type icon
            transportTypesToShow: {
              "ubahn": true,            // show ubahn route
              "sbahn": false,            // show sbahn route
              "bus": false,              // show bus route
              "tram": false,              // show tram route
            },
            ignoreStations: [],         // destination not to be shown
            timeToWalk: 0,             // 10 min walking time to station. Default is 0
            showWalkingTime: false,     // if the walking time should be included and the starting time is displayed
            showTrainDepartureTime: true,     // show tran departure time
            trainDepartureTimeFormat: "relative",   // format of the train departure time
            walkingTimeFormat: "relative",    // format of the walking time
            showInterruptions: false,
            showInterruptionsDetails: false,
            countInterruptionsAsItemShown: false
          }
      },
      
      
      

      Thanks in advance for the help

      posted in Troubleshooting
      L
      Leon-tech