From 41b4a854091c84ffecd8d5d2d2778add06828160 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 21 Jan 2026 08:29:49 +0100 Subject: [PATCH] no message --- PV_Forecast_plotmemory/module.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PV_Forecast_plotmemory/module.php b/PV_Forecast_plotmemory/module.php index b354a20..05159bd 100644 --- a/PV_Forecast_plotmemory/module.php +++ b/PV_Forecast_plotmemory/module.php @@ -194,12 +194,6 @@ class PV_Forecast_plotmemory extends IPSModule public function GetVisualizationTile(): string { - // Strict daily mode: do NOT fetch from URL when tile is opened. - // If you really want this fallback, enable AllowTileFetchIfEmpty. - if ($this->GetBuffer("ForecastRaw") === "" && $this->ReadPropertyBoolean("AllowTileFetchIfEmpty")) { - $this->UpdateForecast(); - } - $html = file_get_contents(__DIR__ . "/module.html"); $html = str_replace("{{INSTANCE_ID}}", (string)$this->InstanceID, $html); return $html;