A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
hello lucy
-
-
Yes
below is my config
{ disabled: false, module: "Hello-Lucy", position: "top_center", config: { keyword: 'HELLO LUCY', // keyword to activate listening for a command/sentence timeout: 15, // timeout listening for a command/sentence standByMethod: 'DPMS', // 'DPMS' = anything else than RPi or 'PI' microphone: "2,0", // run "arecord -l" card # and device # mine is "0,0" sounds: ["1.mp3", "11.mp3"], // welcome sound at startup. Add several for a random greetings confirmationSound: "ding.mp3", // name and extension of sound file startHideAll: true, // All modules start as hidden EXCEPT PAGE ONE //*** Page One is your default startup page *** This overrides startHideAll: true, pageOneModules: ["Hello-Lucy","MMM-EasyPix"], // default modules to show on page one/startup //pageTwoModules: ["Hello-Lucy", "MMM-BMW-DS", "MMM-EventHorizon"], // modules to show on page two //pageThreeModules: ["Hello-Lucy", "MMM-Lunartic"], // modules to show on page three //pageFourModules: ["Hello-Lucy", "MMM-PC-Stats"], // modules to show on page four //pageFiveModules: ["Hello-Lucy", "MMM-Searchlight"], // modules to show on page five //pageSixModules: ["Hello-Lucy", "MMM-NOAA3"], // modules to show on page six //pageSevenModules: ["Hello-Lucy", "MMM-Recipe"], // modules to show on page seven //pageEightModules: ["Hello-Lucy", "MMM-rfacts"], // modules to show on page eight //pageNineModules: ["Hello-Lucy", "MMM-History"], // modules to show on page nine //pageTenModules: ["Hello-Lucy", "MMM-HardwareMonitor"] // modules to show on page ten } },