local forecast silent refresh
This commit is contained in:
parent
8fa00b34b4
commit
0baa31a92c
5 changed files with 17 additions and 18 deletions
|
|
@ -22,7 +22,7 @@ class Almanac extends WeatherDisplay {
|
|||
}
|
||||
|
||||
async getData(_weatherParameters, refresh) {
|
||||
const superResponse = super.getData(_weatherParameters);
|
||||
const superResponse = super.getData(_weatherParameters, refresh);
|
||||
const weatherParameters = _weatherParameters ?? this.weatherParameters;
|
||||
|
||||
// get sun/moon data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue