@Mykle1
{
disabled: false,
module: "Hello-Lucy",
position: "bottom_left",
config: {
keyword: "HELLO LUCY", // MUST BE CAPITALS to make Lucy start listening
timeout: 15, // timeout listening for a command/sentence
defaultOnStartup: "Hello-Lucy",
standByMethod: 'DPMS', // 'DPMS' = anything else than RPi or 'PI'
sounds: ["1.mp3", "11.mp3"], // welcome sound at startup. Add several for a random choice of welcome sound
confirmationSound: "ding.mp3", // when command is accepted. use your own or default, name and extension of sound file
// startHideAll: false, if true, all modules start as hidden
pageOneModules: ["Hello-Lucy", "MMM-Astro"], // default modules to show on page one/startup
pageTwoModules: ["MMM-BMW-DS", "MMM-Events"], // modules to show on page two
pageThreeModules: ["email"], // modules to show on page three
pageFourModules: ["MMM-iFrame"], // modules to show on page four
pageFiveModules: [], // modules to show on page five
pageSixModules: [], // modules to show on page six
pageSevenModules: [], // modules to show on page seven
pageEightModules: [], // modules to show on page eight
pageNineModules: [], // modules to show on page nine
pageTenModules: [], // modules to show on page ten
}
},