MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Can't get MMM-BMW-DS to load

    Troubleshooting
    2
    4
    384
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kss18 last edited by

      I am trying to use the darksky weather module but it never loads and just displays “Acquiring your weather…” Here is the relevant section of the config.js with the API key removed. Testing on the darksky.net website with my API key and the lat/lng works. Any help on what I should check next? Thanks.

      {
             disabled: false,
             module: "MMM-BMW-DS",
             position: "bottom_bar",   
             config: {
                apiKey:  "REMOVED", 
                tempUnits: "F", 
                lat: '42.4437',
                lng: '-71.1347',
                css: "2", 
                ownTitle: "Current Conditions", 
                playSounds: "yes",
                useHeader: false,
                header: "Your header",
                maxWidth: "100%"
           }
      },
      
      
      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @kss18 last edited by Mykle1

        @kss18 said in Can't get MMM-BMW-DS to load:

        Any help on what I should check next?

        Yes, your apiKey. I just used your config entry above and inserted my apiKey and it fired right up. Please check that your apiKey is entered correctly. There is no error in your config entry.

        Please let me know

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • K
          kss18 last edited by

          Thanks, I got a new API key and it fired right up! Weird.

          1 Reply Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer last edited by

            @kss18 said in Can't get MMM-BMW-DS to load:

            Thanks, I got a new API key and it fired right up! Weird.

            Yeah, shit happens. Glad we got you up and running. 👍

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy