sitemonitor tweak
This commit is contained in:
@@ -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}";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user