Hey everyone,
I built a module to show upcoming train/bus/light rail departures from any Danish stop, using the Rejseplanen API 2.0. Wanted to share in case it’s useful to other Danish (or Scandinavian-adjacent) mirror builders.
Features:
Departure times with real-time delay updates
Transport-type icons (S-Tog, Bus, Letbane)
Filter by transport type
Time-window filtering (e.g. only show departures within the next hour)
Walking-time reachability — dims departures you can’t realistically catch based on how long it takes you to get to the stop
Optional platform/track display
Dynamic header showing your configured stop name
Screenshot:

Repo: https://github.com/SyS64760/MMM-DSBDepartures
Requires a free Rejseplanen Labs API key (non-commercial use gets 50,000 calls/month, no cost). Setup instructions and full config options are in the README.
Feedback and issues welcome — happy to improve it if others find bugs or want features added.