hourly and travel forecast silent reload
This commit is contained in:
parent
23cc1a1f7a
commit
8fa00b34b4
13 changed files with 54 additions and 48 deletions
|
|
@ -15,7 +15,7 @@ class LocalForecast extends WeatherDisplay {
|
|||
}
|
||||
|
||||
async getData(_weatherParameters, refresh) {
|
||||
if (!super.getData(_weatherParameters)) return;
|
||||
if (!super.getData(_weatherParameters, refresh)) return;
|
||||
const weatherParameters = _weatherParameters ?? this.weatherParameters;
|
||||
|
||||
// get raw data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue