fix: add arrival time at next stop to the info in the bar

This commit is contained in:
etwas 2025-05-18 18:43:42 +02:00
parent 50ef64a041
commit 88e9bfe347
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -44,7 +44,7 @@ tooltip+="Next stop: ${next_stop_name}\n"
tooltip+="${next_stop_arrival_time} (${next_stop_arrival_delay}) - ${distance_km} km"
# Create the JSON object
text="${speed} km/h"
text="${speed} km/h - ${next_stop_arrival_time} (${next_stop_arrival_delay})"
alt="Current speed"
class="icestats"
percentage=0