sitemonitor tweak

This commit is contained in:
2025-08-25 17:53:34 +02:00
parent b8841ec61a
commit f6b10a2eae

View File

@@ -144,13 +144,6 @@ in {
}; };
widgets = [ widgets = [
{
openmeteo = {
label = "Current";
units = "metric";
cache = 5;
};
}
{ {
openmeteo = { openmeteo = {
label = "Kalmar"; label = "Kalmar";
@@ -186,8 +179,8 @@ in {
"${x.value.homepage.name}" = { "${x.value.homepage.name}" = {
icon = x.value.homepage.icon; icon = x.value.homepage.icon;
description = x.value.homepage.description; description = x.value.homepage.description;
href = "https://${x.value.url}"; href = "http://${x.value.url}";
siteMonitor = "https://${x.value.url}"; siteMonitor = "http://${x.value.url}";
}; };
}); });
}) })