Đang tải dữ liệu thời tiết...
Thời tiết {{ cityName }}
{{ formatDate(day.datetime) }}
Nhiệt độ TB: {{ day.temp }}°
Điều kiện: {{ translateCondition(day.conditions) }}
Mưa: {{ day.precip }} mm
Xác suất mưa: {{ day.precipprob }}%
Gió: {{ day.windspeed }} km/h
🌤️ Dự báo theo giờ
| {{ formatTime(hour.datetime) }} | |
|---|---|
| Nhiệt độ | {{ hour.temp }}° |
| Trạng thái |
|
| Mưa | {{ hour.precip }} mm |
| Xác suất mưa | {{ hour.precipprob }}% |
| Gió | {{ hour.windspeed }} km/h |
Thời tiết {{ cityName }} hiện tại Thời tiết {{ cityName }} hôm nay
{{ dataToday.temp.toFixed(1) }}°
{{ translateCondition(dataToday.conditions) }}
Cảm giác như {{ dataToday.feelslike.toFixed(1) }}°
- Bình minh / Hoàng hôn {{ dataToday.sunrise }} / {{ dataToday.sunset }}
- Thấp / Cao {{ dataToday.tempmin }}° / {{ dataToday.tempmax }}°
- Độ ẩm {{ dataToday.humidity }}%
- Áp suất {{ dataToday.pressure }} hPa
- Tầm nhìn {{ dataToday.visibility }} km
- Gió {{ dataToday.windspeed }} km/h
- Điểm ngưng {{ dataToday.dew }}°
- ☀️ UV {{ dataToday.uvindex }}
Thời tiết {{ cityName }}
Hôm nay ngày {{ formatDate(dataWeather[0].datetime) }}
{{ translateCondition(dataWeather[0].conditions) }}
Cảm giác như {{ dataWeather[0].feelslike.toFixed(1) }}°
{{ dataWeather[0].tempmin }}°
Nhiệt độ thấp nhất
{{ dataWeather[0].tempmax }}°
Nhiệt độ cao nhất
{{ dataWeather[0].humidity }}%
Độ ẩm
{{ dataWeather[0].visibility.toFixed(1) }} km
Tầm nhìn
{{ dataWeather[0].windspeed.toFixed(1) }}
Gió (km/h)
{{ dataWeather[0].uvindex }}
Chỉ số UV
Dự báo thời tiết {{ cityName }} những ngày tới
| Ngày | Nhiệt độ | Thời tiết | Độ ẩm | Gió |
|---|---|---|---|---|
| Không có dữ liệu | ||||
|
|
||||