Read the statement by Michael Teeuw here.
MMM-BMW-DS (A different kind of weather module)
-
@cowboysdude was kind enough to show me one way of using different fonts in my module. My gratitude to him. Here’s a look. Simply click the image for an expanded, more pleasing view.
-
I like this. It’s tight and conveys a lot of information in little real estate.
-
I like it, then I unliked it…then I liked it again LOL
-
@bhepler said in MMM-BMW-DS (A different kind of weather module):
I like this. It’s tight and conveys a lot of information in little real estate.
Thanks bro. That was definitely my intention.
-
@cowboysdude said in MMM-BMW-DS (A different kind of weather module):
I like it, then I unliked it…then I liked it again
Hahaha. Dude, thanks for your help.
-
Good afternoon,
which format you are using for the LON/LAT koordinates?
Iam getting “boring Weather” every timeThanks for respond
regards -
Here is my config.js entry, showing my lat and long
{ 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", // C of F lat: '40.123456', lng: '-74.123456', useHeader: false, // true if you want a header header: "Your header", maxWidth: "100%", } },
-
Lord of the Rings version? ;-)
Click on the image for a better view
-
Thank you Mykle1, but I live in Germany. Koord: N48… and E008…
If I put in my Koordinates I get the message “Boring Weather”, but If I take the darksky.net I get the right values:
https://api.darksky.net/forecast/7146c1592f88d9179586e0fa404aad4b/49.0069,8.4034
any Idea?
thanks and best regards -
All your info is right there in that link…
just add it into your code:{ disabled: false, module: "MMM-BMW-DS", position: "bottom_bar", config: { apiKey: "7146c1592f88d9179586e0fa404aad4b", // Free API key @ darksky.net tempUnits: "C", lat: '49.0069', lng: '8.4034', useHeader: false, // true if you want a header header: "Your header", maxWidth: "100%" } },