From 1c255ff09e93bb0f825a8e4d4ca4f94a6585566c Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Fri, 10 Apr 2026 08:51:34 -0600 Subject: [PATCH] feat(whereami): add weekly rain card alongside daily rain --- layouts/custom/current_location.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/custom/current_location.html b/layouts/custom/current_location.html index 6e77cb5..d53ca77 100644 --- a/layouts/custom/current_location.html +++ b/layouts/custom/current_location.html @@ -121,6 +121,7 @@ { label: 'Solar', value: fmt0(w.solarradiation), unit: 'W/m²' }, { label: 'Rain (hourly)', value: w.hourlyrainin, unit: 'in' }, { label: 'Rain (daily)', value: w.dailyrainin, unit: 'in' }, + { label: 'Rain (weekly)', value: w.weeklyrainin, unit: 'in' }, ].filter(function(c) { return c.value !== null && c.value !== undefined; }); if (data.conditions) {