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; }