• 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.

MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn

Scheduled Pinned Locked Moved Transport
transportdeutsche bahn
42 Posts 13 Posters 28.5k Views 13 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.
  • R Offline
    raywo Module Developer @djsunrise19
    last edited by Feb 19, 2018, 6:37 PM

    @djsunrise19 Can you please open an issue in the GitHub repository and provide there information on your used stationID?

    D 1 Reply Last reply Feb 19, 2018, 6:42 PM Reply Quote 0
    • D Offline
      djsunrise19 @raywo
      last edited by Feb 19, 2018, 6:42 PM

      @raywo Done!

      Another topic is your reference to query_stations.js. In your readme you’re talking about the query_station.js ;).

      1 Reply Last reply Reply Quote 0
      • K Offline
        Klinge
        last edited by Feb 20, 2018, 9:31 AM

        Hi,
        unfortunately I have some problems with the module. When my MM started, the module will not be loaded. There is only the message “Loading…”. Other modules will be loaded.

        I configured the module as follows.

        {
          module: "MMM-PublicTransportHafas",
          position: "bottom_left",
         
          config: {
            stationID: "008000152",                   // Replace with your stationID!
            stationName: "Hannover Hbf",   // Replace with your station name!
         
            direction: "",                    // Show only departures heading to this station. (A station ID.)
            ignoredLines: [],                 // Which lines should be ignored? (comma-separated list of line names)
            excludedTransportationTypes: [],  // Which transportation types should not be shown on the mirror? (comma-separated list of types) possible values: StN for tram, BuN for bus, s for suburban
            timeToStation: 10,                // How long do you need to walk to the next Station?
            timeToStation: 60,
            timeInFuture: 10,                 // Show departures for the next *timeInFuture* minutes.
        
            showColoredLineSymbols: false,     // Want colored line symbols?
            useColorForRealtimeInfo: true,    // Want colored real time information (timeToStation, early)?
            showTableHeadersAsSymbols: true,  // Table Headers as symbols or text?
            maxUnreachableDepartures: 3,      // How many unreachable departures should be shown?
            maxReachableDepartures: 7,        // How many reachable departures should be shown?
            customLineStyles: "leipzig",      // 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"
          }
        },
        
        

        I would be really grateful, if you could help me.

        Thank you.

        R 1 Reply Last reply Feb 20, 2018, 9:56 AM Reply Quote 0
        • R Offline
          raywo Module Developer @Klinge
          last edited by Feb 20, 2018, 9:56 AM

          @Klinge The problem lies in your settings. First you listed timeToStation twice. The last setting will apply which is 60. Next you state that you only want to see departures within the next 10 minutes (timeInFuture). That will lead to only unreachable departures. Of course it is a bug that the module crashes. I will fix that with the next update.

          But for now you can bring your mirror to work if you set timeInFuture to a higher value. Maybe you should use 60. That way the module has enough departures to choose from.

          1 Reply Last reply Reply Quote 0
          • K Offline
            Klinge
            last edited by Feb 20, 2018, 11:04 AM

            Damn it! So a Layer 8 problem ;-) Now it works. Thank you, for your quick help.

            R 1 Reply Last reply Feb 20, 2018, 11:05 AM Reply Quote 1
            • R Offline
              raywo Module Developer @Klinge
              last edited by Feb 20, 2018, 11:05 AM

              @Klinge There is now also an update available which will prevent this “layer 8 problem“. ;)

              1 Reply Last reply Reply Quote 0
              • D Offline
                djsunrise19
                last edited by djsunrise19 Feb 20, 2018, 2:44 PM Feb 20, 2018, 11:40 AM

                @raywo In my config i set maxUnreachableDepartures: 2,, timeToStation: 15, and timeInFuture: 90, . This morning (8:00 o’clock) there were two trains within maxUnreachableDepartures. 7:54 +0, and 8:05 +2. I think the 7:54 shouldn’t be there. Yes, the train is unreachable (15), but he is gone already :).

                1 Reply Last reply Reply Quote 0
                • K Offline
                  Klinge
                  last edited by Feb 20, 2018, 12:26 PM

                  @raywo
                  Thank you. Now it can be configured by someone like me ;-)

                  1 Reply Last reply Reply Quote 1
                  • P Offline
                    pinsdorf Module Developer
                    last edited by Feb 20, 2018, 1:58 PM

                    Thanks, @raywo Works like a charm. Well done also w.r.t documentation, the convenience script for retrieving stationID, and customization! Awesome work.

                    1 Reply Last reply Reply Quote 1
                    • I Offline
                      Iseknutz
                      last edited by Iseknutz Feb 21, 2018, 8:39 AM Feb 21, 2018, 8:37 AM

                      @raywo Thank you for the module! It works great. Since I used the MMM-PublicTransportDB and there I had some issues with delay-calculation and excluding from busses. But here everything is working fine. Thanks a lot!

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 1 / 5
                      1 / 5
                      • First post
                        8/42
                        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