diff --git a/Energy_Pie/module.php b/Energy_Pie/module.php index 644ed34..03fa00e 100644 --- a/Energy_Pie/module.php +++ b/Energy_Pie/module.php @@ -191,6 +191,7 @@ class Energy_Pie extends IPSModule public function GetVisualizationPopup(): string { // Popup (Fullscreen) soll das gleiche HTML wie das Tile anzeigen + $this->RecalculateAndPush(); return $this->GetVisualizationTile(); }