diff --git a/aurora-livecam/SettingsManager.php b/aurora-livecam/SettingsManager.php index ad9b88b..56313c1 100644 --- a/aurora-livecam/SettingsManager.php +++ b/aurora-livecam/SettingsManager.php @@ -282,7 +282,7 @@ class SettingsManager { } public function isWeeklyTimelapseEnabled() { - return $this->get('zoom_timelapse.weekly_timelapse_enabled') !== false; + return $this->get('zoom_timelapse.weekly_timelapse_enabled') !== true; } // Auto-Screenshot Helper diff --git a/aurora-livecam/index.php b/aurora-livecam/index.php index d8b3f94..142a07d 100644 --- a/aurora-livecam/index.php +++ b/aurora-livecam/index.php @@ -1310,7 +1310,7 @@ class AdminManager { // Weather Settings $output .= '
'; - $output .= '

🌤️ Wetter-Widget (Open-Meteo kostenlos, OpenWeatherMap optional)

'; + $output .= '

🌤️ Wetter-Widget (Open-Meteo - kostenlos, kein API-Key nötig)

'; $output .= '
'; $output .= 'Wetter-Widget anzeigen'; @@ -1332,7 +1332,7 @@ class AdminManager { $output .= '
'; $output .= '
'; - $output .= 'Standort (Stadt,Land)'; + $output .= 'Standort (Anzeigename)'; $output .= '
'; $output .= ''; $output .= '
'; @@ -2850,39 +2850,6 @@ body.theme-neo footer {

Videoarchiv Tagesvideos

- -
-

- 🔍 Suche nach Datum/Uhrzeit -

-
-
- - -
-
- - -
-
- - -
-
- -
-
- -
- displayVisualCalendar();