Fix empty part-of-day logic (#3726)

Fixes #3727

---------

Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Veeck
2025-02-27 19:31:00 +01:00
committed by GitHub
parent 28bcee7de6
commit 4a398f03eb
7 changed files with 60 additions and 27 deletions

View File

@@ -0,0 +1,22 @@
let config = {
address: "0.0.0.0",
ipWhitelist: [],
timeFormat: 12,
modules: [
{
module: "compliments",
position: "middle_center",
config: {
compliments: {
evening: ["Evening here"]
}
}
}
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {
module.exports = config;
}