Files

23 lines
359 B
JavaScript
Raw Permalink Normal View History

2023-07-01 21:17:31 +02:00
let config = {
address: "0.0.0.0",
ipWhitelist: [],
2023-07-01 21:17:31 +02:00
timeFormat: 12,
modules: [
{
module: "clock",
position: "middle_center",
config: {
showTime: true,
showDate: true,
displayType: "analog"
}
}
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {
module.exports = config;
}