{{forecastweather.weekdata[0].summary }}
| Temp. | Feels Like | Humidity | Chance of Rain | Wind | Atmos. Pressure | Summary | ||
|---|---|---|---|---|---|---|---|---|
| {{forecastweather.weekdata[0].sunriseTime * 1000 | date: 'EEEE, d MMM' }} {{ localtime | date: 'HH:mm' : 'Europe/Lisbon' }} WET |
|
{{ currentdailyweather.real_tmp_c | number: 0}}° C {{ ((currentdailyweather.real_tmp_c * 9 ) / 5) + 32 | number: 0}}° F | {{ currentdailyweather.apparent_tmp_c | number: 0}}° C {{ ((currentdailyweather.apparent_tmp_c * 9 ) / 5) + 32 | number: 0}}° F | {{ currentdailyweather.humidity * 100 | number : 0}}% | {{ currentdailyweather.rainchance * 100 | number : 0}}% | {{ currentdailyweather.windbearing.cardinal }} {{ currentdailyweather.windspeed | number: 0}} km/h {{ currentdailyweather.windspeed / 1.6 | number: 0}} mph | {{ currentdailyweather.pressure / 1000 | number : 2}} bar | {{ currentdailyweather.summary }} |
|
|
||||||||
{{ forecastweather.weeksummary }}
| Max. | Min. | Humidity | Chance of Rain | Wind | Sunrise | Sunset | Summary | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ weather.sunriseTime * 1000 | date: 'EEEE' }} {{ weather.sunriseTime * 1000 | date: 'd MMMM' }} |
|
{{ weather.temperatureMax | number: 0}}° C {{ ((weather.temperatureMax * 9 ) / 5) + 32 | number: 0}}° F | {{ weather.temperatureMin | number: 0}}° C {{ ((weather.temperatureMin * 9 ) / 5) + 32 | number: 0}}° F | {{ weather.humidity * 100 | number: 0 }}% | {{ weather.precipProbability * 100 | number: 0 }}% | {{ weather.wind.cardinal }} {{ weather.windSpeed | number: 0}} km/h {{ weather.windSpeed / 1.6 | number: 0}} mph | {{ weather.sunriseTime * 1000 | date: 'HH:mm' }} | {{ weather.sunsetTime * 1000 | date: 'HH:mm' }} | {{ weather.summary }} |
We are unable to receive current data. Please check back later in a couple of hours.