hourly and travel forecast silent reload

This commit is contained in:
Matt Walsh 2025-04-02 16:45:11 -05:00
commit 8fa00b34b4
13 changed files with 54 additions and 48 deletions

View file

@ -24,7 +24,7 @@ class HourlyGraph extends WeatherDisplay {
}
async getData(_weatherParameters, refresh) {
if (!super.getData()) return;
if (!super.getData(undefined, refresh)) return;
const data = await getHourlyData(() => this.stillWaiting());
if (data === undefined) {