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) {