First commit -> 2025-01-25 15:26:36

This commit is contained in:
pepev-nrt 2025-01-25 15:26:37 +01:00
parent 183025389f
commit 107de17159
11 changed files with 930 additions and 0 deletions

15
config.json Normal file
View file

@ -0,0 +1,15 @@
{
"displayTZ": "Spain/Madrid",
"thresholdHours": 24,
"maxEventsPerDay": 3,
"isDisplayToScreen": false,
"isShutdownOnComplete": false,
"weekStartDay": 6,
"dayOfWeekText": ["L", "M", "X", "J", "V", "S", "D"],
"screenWidth": 250,
"screenHeight": 122,
"imageWidth": 250,
"imageHeight": 122,
"rotateAngle": 180,
"is24h": false,
}