Read the statement by Michael Teeuw here.
MMM-BMW-DS (A different kind of weather module)
-
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%" } },
-
@flieger4711 said in MMM-BMW-DS (A different kind of weather module):
any Idea?
I’ve fixed your issue and uploaded the new files to the repo. Please do a
git pull
in your MMM-BMW-DS directory. Now you can use your latitude and longitude (49.0069 & 8.4034) in the config.js entry. I just tested it for you.Thank you for your interest and please let me know that it works for you.
-
@justjim1220 said in MMM-BMW-DS (A different kind of weather module):
All your info is right there in that link…
just add it into your code:There was a problem with the API depending on location. I updated the module for @flieger4711. It will now function as intended.
I don’t know who’s api key that is but it should not be posted in public.
-
Minor Update:
Added a
css
config option with choice of 4 fonts from Google Fonts.Please do a
git pull
in your MMM-BMW-DS directory or install as per the README here. -
Minor Update:
- v1.0.2
Added 2 more font choices from Google Fonts and cleaned up the function responsible for css file selection, making it easier to quickly add just about any Google Font.
If you see a font you like here I can add it to the module upon request. https://fonts.google.com/
Please do a
git pull
in your MMM-BMW-DS directory or install as per the README here. -
It works now very fine for me.
Thanks for your quick assistance
best regards -
You’re welcome, friend. Enjoy your MM experience.
-
here’s my css input…
-
Ahh, glad you are playing with it. Looks great! :-)
-
Tried to add this to my mirror, but it doesn’t show up on the screen.