diff --git a/immichFrame.Web/src/lib/components/elements/clock.svelte b/immichFrame.Web/src/lib/components/elements/clock.svelte
index a30adc99..b97181a2 100644
--- a/immichFrame.Web/src/lib/components/elements/clock.svelte
+++ b/immichFrame.Web/src/lib/components/elements/clock.svelte
@@ -75,8 +75,14 @@
id="clockweatherinfo"
class="text-xl sm:text-xl md:text-2xl lg:text-3xl font-semibold text-shadow-sm weather-info"
>
- {#if $configStore.weatherIconUrl }
-
+ {#if $configStore.weatherIconUrl}
+ {#each weather.iconId?.split(',') ?? [] as icon (icon)}
+
+ {/each}
{/if}