diff --git a/src/lib/components/blocks/StrommixBlock.svelte b/src/lib/components/blocks/StrommixBlock.svelte index efc0435..72ca55d 100644 --- a/src/lib/components/blocks/StrommixBlock.svelte +++ b/src/lib/components/blocks/StrommixBlock.svelte @@ -250,6 +250,36 @@ {/if} + + {#if live} +
+ + Wert prüfen — alle Komponenten anzeigen + +
+
Wind onshore
{fmtMw(live.windOnshoreMw)}
+
Wind offshore
{fmtMw(live.windOffshoreMw)}
+
Photovoltaik
{fmtMw(live.solarMw)}
+
Braunkohle
{fmtMw(live.ligniteMw)}
+
Steinkohle
{fmtMw(live.hardCoalMw)}
+
Erdgas
{fmtMw(live.gasMw)}
+
Kernkraft
{fmtMw(live.nuclearMw)}
+
Biomasse
{fmtMw(live.biomassMw)}
+
Wasserkraft
{fmtMw(live.hydroMw)}
+
Last
{fmtMw(live.loadMw)}
+
+

+ Quelle: {live.dataSource === "smard" + ? "smard.de (Bundesnetzagentur)" + : "energy-charts.info (ENTSO-E + SMARD)"} + — 15-Min-Auflösung, Stand: {fmtTime(live.measuredAtUnix)} Uhr. + Konventionell = Braunkohle + Steinkohle + Erdgas + Kernkraft (Pumpspeicher, + Sonstige Konventionelle und Wasserkraft sind separat ausgewiesen). +

+
+ {/if} + {#if disclaimerHtml || explanationHref || isStale}