{{ cityLoadError }}

t('Click here to get an API key')); ?>
{{ currentCity.name }}, {{ currentCity.sys.country }}
t('Current Temperature')); ?>: {{ currentCity.main.temp }}{{ metricRepresentation }}
t('Feelslike Temperature')); ?>: {{ currentCity.main.feels_like }}{{ metricRepresentation }}
t('Minimum Temperature')); ?>: {{ currentCity.main.temp_min }}{{ metricRepresentation }}
t('Maximum Temperature')); ?>: {{ currentCity.main.temp_max }}{{ metricRepresentation }}
t('Pressure')); ?>: {{ currentCity.main.pressure }} hpa
t('Humidity')); ?>: {{ currentCity.main.humidity}}%
t('Cloudiness')); ?>: {{ currentCity.weather[0].description }}
t('Wind')); ?>: {{ currentCity.wind.speed }} m/s - {{ currentCity.wind.desc }}
t('Sunrise')); ?>: {{ currentCity.sys.sunrise * 1000 | date:'HH:mm' }}
t('Sunset')); ?>: {{ currentCity.sys.sunset * 1000 | date:'HH:mm' }}
t('Date')); ?> t('Current Temperature')); ?> t('Perceptible Temperature')); ?> t('Minimum Temperature')); ?> t('Maximum Temperature')); ?> t('Weather')); ?> t('Pressure')); ?> t('Humidity')); ?> t('Wind')); ?>
{{ forecast.date }} {{ forecast.temperature }}{{ metricRepresentation }} {{ forecast.temperature_feelslike }}{{ metricRepresentation }} {{ forecast.temperature_min }}{{ metricRepresentation }} {{ forecast.temperature_max }}{{ metricRepresentation }} {{ forecast.weather }} {{ forecast.pressure }} hpa {{ forecast.humidity }} % {{ forecast.wind.speed }} m/s - {{ forecast.wind.desc }}