larger icons for current conditions and extended forecast
This commit is contained in:
parent
06666c4ef9
commit
0e5d831f4a
4 changed files with 85 additions and 71 deletions
|
|
@ -64,8 +64,7 @@ class CurrentWeather extends WeatherDisplay {
|
|||
let WindChill = Math.round(observations.windChill.value);
|
||||
let WindGust = Math.round(observations.windGust.value);
|
||||
let Humidity = Math.round(observations.relativeHumidity.value);
|
||||
// TODO: switch to larger icon
|
||||
const Icon = icons.getWeatherRegionalIconFromIconLink(observations.icon);
|
||||
const Icon = icons.getWeatherIconFromIconLink(observations.icon);
|
||||
let PressureDirection = '';
|
||||
const TextConditions = observations.textDescription;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue