Thanks, I got a new API key and it fired right up! Weird.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
K
Latest posts made by kss18
-
RE: Can't get MMM-BMW-DS to load
-
Can't get MMM-BMW-DS to load
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%" } },