diff --git a/glance-system/glance-helper.yaml b/glance-system/glance-helper.yaml index 5e47783..9b675ad 100644 --- a/glance-system/glance-helper.yaml +++ b/glance-system/glance-helper.yaml @@ -198,6 +198,7 @@ data: v_tmax, v_tmin = _to_float(vals[0]), _to_float(vals[1]) if v_tmax is not None and v_tmin is not None: + icon_url = _abs_url(icon.get("src") if icon else None) daily.append({ "daynum": daynum.get_text(strip=True) if daynum else "", "dow": dow.get_text(strip=True) if dow else "",