@Mykle1 I just copied and pasted the code you corrected, reset my API, and copied and pasted it, but it didn’t work. I checked the developer window and there are only two warnings, and they don’t seem to have anything to do with this module. I checked my Dark Sky console and it shows that my API has not been called. Now I suspect that there is a problem with my network.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Posts made by zokiya
-
RE: A problem about MMM-BMW-DS
-
RE: A problem about MMM-BMW-DS
@sdetweil
Thank you.I took your suggestion to modify the code, but it doesn’t seem to work.:face_with_cold_sweat: -
RE: A problem about MMM-BMW-DS
@Mykle1
Thank you for your correction:winking_face: But I just try again and it still doesn’t seem to work.:dizzy_face: Is there anything else I can check besides ‘config.js’? -
A problem about MMM-BMW-DS
I’m new to magic mirror.I found a cute module MMM-BMW-DS, I really love it and want to use it.But I encountered a problem that I am trying to use the darksky weather module but it never loads and just displays “Acquiring your weather…”
I have got a new API keys and try again, but it doesn’t seem to work.
What should I do next?Please help me:folded_hands:
Here is the relevant section of the config.js{ disabled: false, module: “MMM-BMW-DS”, position: “bottom_bar”, // bottom_bar is best config: { apiKey: “My API key”, // 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%”, } },