Loading...
Neueste Wetterdaten für Malta werden abgerufen...
{{ Math.round(weather.current.temperature_2m) }}°C
{{ getWeatherDescription(weather.current.weather_code) }}
Gefühlt wie {{ Math.round(weather.current.apparent_temperature) }}°C
🌅 {{ formatSunTime(weather.daily.sunrise[0]) }}
|
🌇 {{ formatSunTime(weather.daily.sunset[0]) }}
{{ weather.current.relative_humidity_2m }}%
Luftfeuchtigkeit
{{ Math.round(weather.current.wind_speed_10m) }} km/h {{ getWindDirection(weather.current.wind_direction_10m) }}
Wind
{{ weather.daily.uv_index_max[0] }}
UV-Index
{{ formatVisibility(weather.current.visibility) }}
Sichtweite
Stündliche Vorhersage
{{ formatHour(next24Hours.times[index], index) }}
{{ getWeatherIcon(next24Hours.codes[index]) }}
{{ Math.round(temp) }}°
💧{{ next24Hours.precipProb[index] }}%
🌬️{{ Math.round(next24Hours.windSpeed[index]) }}
7-Tage-Vorhersage
{{ formatDate(day) }}
🌅 {{ formatSunTime(weather.daily.sunrise[index]) }} · 🌇 {{ formatSunTime(weather.daily.sunset[index]) }}
💧 {{ weather.daily.precipitation_probability_max[index] }}%
({{ weather.daily.precipitation_sum[index] }}mm)
🌬️ {{ Math.round(weather.daily.wind_speed_10m_max[index]) }} km/h
(gusts {{ Math.round(weather.daily.wind_gusts_10m_max[index]) }})
{{ Math.round(weather.daily.temperature_2m_max[index]) }}°
{{ Math.round(weather.daily.temperature_2m_min[index]) }}°
🌡️ Bedingungen
Temperatur
{{ Math.round(weather.current.temperature_2m) }}°C
Feels Like
{{ Math.round(weather.current.apparent_temperature) }}°C
Luftfeuchtigkeit
{{ weather.current.relative_humidity_2m }}%
Bewölkung
{{ weather.current.cloud_cover }}%
Sichtweite
{{ formatVisibility(weather.current.visibility) }}
Luftdruck
{{ Math.round(weather.current.surface_pressure) }} hPa
🌬️ Wind & Sonne
Windgeschwindigkeit
{{ Math.round(weather.current.wind_speed_10m) }} km/h
Windböen
{{ Math.round(weather.current.wind_gusts_10m) }} km/h
Windrichtung
{{ getWindDirection(weather.current.wind_direction_10m) }}
↑
Sonnenaufgang
🌅 {{ formatSunTime(weather.daily.sunrise[0]) }}
Sonnenuntergang
🌇 {{ formatSunTime(weather.daily.sunset[0]) }}
Tageslicht
{{ formatDaylight(weather.daily.daylight_duration[0]) }}
{{ weather.daily.uv_index_max[0] }}
UV-Index
{{ getUvDescription(weather.daily.uv_index_max[0]) }}
✈️ Flugbedingungen
Sichtweite
{{ getVisibilityStatus(weather.current.visibility) }}
Wind
{{ getWindStatus(weather.current.wind_gusts_10m) }}
Gesamt
{{ getOverallFlightStatus(weather.current.visibility, weather.current.wind_gusts_10m) }}
{{ error }}