Read the statement by Michael Teeuw here.
A problem about MMM-BMW-DS
-
@zokiya number to the right of : should not have quotes… turns them into strings
lat: '31.318889', lng: '121.395', css: "1", // 1=default, 2=Clean, 3=Lord of the Rings, 4=handwriting, 5=Julee, 6=Englebert, "" = returns default css ownTitle: "Current Conditions", // Use your own language and statement
-
@sdetweil
Thank you.I took your suggestion to modify the code, but it doesn’t seem to work.:face_with_cold_sweat: -
@zokiya open the developers window, ctrl-shift-i on the keyboard, select the tab labeled console, and scroll up to see any errors, usually red text.
-
@sdetweil said in A problem about MMM-BMW-DS:
number to the right of : should not have quotes… turns them into strings
In this case, they ARE stings. The OP’s config example is rife with syntax errors. So, I corrected it, tested it, confirmed its validity and posted it, minus the API key. :thumbsup:
-
@Mykle1 hmmmmm, need to learn, never correct a module author!
-
Please follow sdetweil’s suggestion to look for errors. Again, if you copy and paste the following config entry directly into your config it should avoid the syntax errors. Enter your API key EXACTLY. This is very important.
{ disabled: false, module: "MMM-BMW-DS", position: "bottom_bar", // bottom_bar is best config: { apiKey: "YOUR API KEY GOES HERE", // Free API key @ darksky.net tempUnits: "F", // MUST BE CAPITAL LETTER C or F lat: '31.318889', lng: '121.395', css: "1", // 1=default, 2=Clean, 3=Lord of the Rings, 4=handwriting, 5=Julee, 6=Englebert, "" = returns default css ownTitle: "Current Conditions", // Use your own language and statement playSounds: "yes", // yes = weather sounds, no = no weather sounds useHeader: false, header: "Your header", maxWidth: "100%", } },
-
@sdetweil said in A problem about MMM-BMW-DS:
hmmmmm, need to learn, never correct a module author!
Feel free to correct me any time you like. :-)
I’ve learned much by being corrected. :thumbsup:
-
Your modules are excellent :)
- Off topic but does Hello-Lucy still work? I’ve installed it but always starts off with blank screen - even when I put hide all - false. Mic works but no response. I start with saying hello lucy and then Show - your key words like HOROSCOPE. Any help would be GREATLY Appreciated!
-
@TheGeekfather said in A problem about MMM-BMW-DS:
Your modules are excellent
Thank you for your kind words. :thumbsup:
Off topic but does Hello-Lucy still work?
Yes, in fact I’ve just finished a substantial upgrade. You’ve installed recently?
Please paste your config entry in a code block ( </> in menu) so I can take a look at it.
-
{ 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 } },