MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. zokiya
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    zokiya

    @zokiya

    0
    Reputation
    77
    Profile views
    4
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    zokiya Unfollow Follow

    Latest posts made by zokiya

    • RE: A problem about MMM-BMW-DS

      @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.

      posted in Troubleshooting
      zokiyaZ
      zokiya
    • 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:

      posted in Troubleshooting
      zokiyaZ
      zokiya
    • 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’?

      posted in Troubleshooting
      zokiyaZ
      zokiya
    • 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%”,
      }
      },
      
      posted in Troubleshooting
      zokiyaZ
      zokiya