First set of changes to use config file instead of hard-coded settings.

This commit is contained in:
2026-05-23 11:25:41 +01:00
parent 391380040e
commit 74aa9e8a84
6 changed files with 85 additions and 19 deletions
+18
View File
@@ -0,0 +1,18 @@
screen:
width: 1920
height: 720
font-path: "resources/jd_lcd_rounded.ttf"
gtfs:
routes:
- 15A
- F1
- F2
stops:
- 1114
- 2410
data-folder: "/home/nahuel/Downloads"
gtfs-url: "https://www.transportforireland.ie/transitData/Data/GTFS_Realtime.zip"
realtime-url: "https://api.nationaltransport.ie/gtfsr/v2/gtfsr"
realtime-api-key: "Not defined"
refresh-seconds: 61