$lat, 'longitude' => $lon, 'current' => static::CURRENT_PARAMS, 'timezone' => 'auto', 'apikey' => Setting::get('weather_api_key', ''), ]; } public function name(): string { return 'Open-Meteo (API-Key)'; } public function requiresApiKey(): bool { return true; } }