+ {#if loadError}
+
+ Failed to load weather data: {loadError}
+
+ {/if}
+
{#if fetchedHourly && fetchedDaily}
diff --git a/src/routes/weather/week/[location]/MeteogramCharts.svelte b/src/routes/weather/week/[location]/MeteogramCharts.svelte
index bbcb480..58c5850 100644
--- a/src/routes/weather/week/[location]/MeteogramCharts.svelte
+++ b/src/routes/weather/week/[location]/MeteogramCharts.svelte
@@ -1,12 +1,11 @@
-
-{#if daily && sunrise && sunset}
-
-
-
- {formatZoned(sunrise, daily.timezone, 'HH:mm')}
-
-
-
- {formatZoned(sunset, daily.timezone, 'HH:mm')}
-
-
-{/if}
-
-