From 3fb6284e2b5be88b0f027b85c0b790222b3b95b4 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 21 Jun 2026 20:10:51 +0000 Subject: [PATCH] immich-frame: use 24-hour clock (ClockFormat HH:mm) Viktor asked to switch the Immich photo-frame shown on the Portal kitchen appliance to a 24-hour clock. immichFrame defaults ClockFormat to 'hh:mm' (12-hour) and we never overrode it, so the frame was showing 12-hour time. Set ClockFormat: "HH:mm" (date-fns 24h token) in the frame Settings.yml ConfigMap; Reloader restarts the pod on apply. Co-Authored-By: Claude Opus 4.8 --- stacks/immich/frame.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/immich/frame.tf b/stacks/immich/frame.tf index 14fbb445..4ae39a58 100644 --- a/stacks/immich/frame.tf +++ b/stacks/immich/frame.tf @@ -21,6 +21,7 @@ resource "kubernetes_config_map" "mailserver_config" { ImageZoom: true ShowAlbumName: false ShowProgressBar: false + ClockFormat: "HH:mm" WeatherApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_weather_api_key"]} UnitSystem: metric WeatherLatLong: "51.5074,-0.1278"