latest observations silent refresh

This commit is contained in:
Matt Walsh
2025-04-02 22:10:59 -05:00
parent f7a15a93c6
commit cc896bf18d
3 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class HourlyGraph extends WeatherDisplay {
this.elem.querySelector('.header .right').append(header);
}
async getData(_weatherParameters, refresh) {
async getData(weatherParameters, refresh) {
if (!super.getData(undefined, refresh)) return;
const data = await getHourlyData(() => this.stillWaiting());