MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. blinkybob
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    blinkybob

    @blinkybob

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

    blinkybob Unfollow Follow

    Latest posts made by blinkybob

    • RE: MMM-PublicTransportHafas direction parameter not working anymore

      @evroom

      yes “682669” and also “8004486” are working. Both IDs are for Nuremberg HBF. I tested both to exclude errors with the station ID.

      Okay, thx that you raised an issue… thought it was a problem with my installation.

      posted in Transport
      B
      blinkybob
    • MMM-PublicTransportHafas direction parameter not working anymore

      Re: MMM-PublicTransportHafas
      I configured the module to only show the departures to a certain direction. But it is showing all departures.

      Here is my part out of the config.js file:

      {
              module: "MMM-PublicTransportHafas",
              position: "bottom_left",
              config: {
      
                      // Departures options
                      stationID: "8005976",             // Replace with your stationID!
                      stationName: "Unterasbach",       // Replace with your station name!
                      direction: "682669", //"8004486",             // Show only departures heading to this station. (A station ID.)
                      excludedTransportationTypes: ["bus"],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: >
                      timeToStation: 10,                // How long do you need to walk to the next Station?
                      timeInFuture: 70,
      
                      // Look and Feel
                      displayLastUpdate: true,          // Display the last time of module update.
                      maxUnreachableDepartures: 0,      // How many unreachable departures should be shown?
                      maxReachableDepartures: 7,        // How many reachable departures should be shown?
                      showColoredLineSymbols: true,     // Want colored line symbols?
                      customLineStyles: "",             // Prefix for the name of the custom css file. ex: Leipzig-lines.css (case sensitive)
                      showOnlyLineNumbers: false,       // Display only the line number instead of the complete name, i. e. "11" instead of "STR 11"
                      showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
                      useColorForRealtimeInfo: true     // Want colored real time information (timeToStation, early)?
                      }
      }
      

      Any hints from your side?
      Thx

      posted in Transport
      B
      blinkybob