lower scroll station info from correct station
This commit is contained in:
parent
eeeb7ec3e8
commit
165fbd7018
3 changed files with 2 additions and 10 deletions
|
|
@ -82,6 +82,7 @@ class CurrentWeather extends WeatherDisplay {
|
|||
data.Icon = icons.getWeatherIconFromIconLink(observations.icon);
|
||||
data.PressureDirection = '';
|
||||
data.TextConditions = observations.textDescription;
|
||||
data.station = this.data.station;
|
||||
|
||||
// difference since last measurement (pascals, looking for difference of more than 150)
|
||||
const pressureDiff = (observations.barometricPressure.value - this.data.features[1].properties.barometricPressure.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue