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 = [
{
openmeteo = {
label = "Current";
units = "metric";
cache = 5;
};
}
{
openmeteo = {
label = "Kalmar";
@@ -186,8 +179,8 @@ in {
"${x.value.homepage.name}" = {
icon = x.value.homepage.icon;
description = x.value.homepage.description;
href = "https://${x.value.url}";
siteMonitor = "https://${x.value.url}";
href = "http://${x.value.url}";
siteMonitor = "http://${x.value.url}";
};
});
})