Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@MrBorg You can edit a file and do a pull request :)
-
@cowboysdude, How to Convert name of month (in number) to short or long word like as
1= Jan,2=Feb …
Thanks for all your hints many time, because I’m beginer not expert in program
-
@nobita You’re welcome :)
I would have to change the code to do that…That would take a bit of rewriting…
-
@cowboysdude Hi I have made my first fork and pull request on GitHub ever. A new DA-translation file is ready for you.
-
@MrBorg said in MMM-NOAA - Another Weather Module:
Hi I have made my first fork and pull request on GitHub ever
Yeah, that’s the ticket! :-)
-
@MrBorg Thank you my friend…approved :) And Thank you!!!
-
Testing out something new… stay tuned.
-
Thanks @tbbear for testing this for me…[AND updating the css for the icons]
We now have Night icons :)
Other changes:
When there is no wind the wind info won’t show up. No sense seeing: Wind: 0 :)do your git pull to update main js, css and icons
Enjoy!
-
@Snille SO a question for you …do you know how to work with a Promise?
We are trying to translate the alerts in natives languages and we are getting back a promise but do not know how to process that.
Any help would be great!!
Thank you!
This is what we have:
var foo = translate(alerts.description, {from: 'en', to: this.config.lang}).then(function(resexp) { return resexp });
this is the return:
How can I do that and get the pending promise?
-
With a HUGE THanks @tbbear who did ALL the work on the alerts!!
Now the alerts come back in your native language!!
Get your fresh update here:
https://github.com/cowboysdude/MMM-NOAA
by going to your
MagicMirror/modules/MMM-NOAA
git pullThank you @tbbear for ALL the work on this!!! Excellent addition!