See weather, current time by location
{{ weatherResult.name }}:
{{ currentTime }}.
{{ weatherResult.weather[0].description }}.
Max: {{ weatherResult.main.temp_max }}°C.
Min: {{ weatherResult.main.temp_min }}°C.
Humidity: {{ weatherResult.main.humidity }} %.
Wind: {{ weatherResult.wind.speed }} km/h.