Read the statement by Michael Teeuw here.
Input...What do you think?
-
@Snille’s next project? :-)
-
@Mykle1 OH wait don’t I have like 2 other weather modules I made and NEVER released? Perhaps I can salvage one of those… hummmmmmmmmmmmm
-
-
Thanks to Mykle we’ve changed the api call and NOW it should cover just about the entire world … well if you have a pws close by you :)
Thanks to @Snille and @Mykle1 for their help… like I said didn’t plan on releasing this and honestly only asking for what others thought of it but hey looks like once the bugs are all ironed out it’ll be coming to a mirror near you…
-
Looks very nice.
The german translation seems to be wrong ;) and not even added to the MMM-NOAA.js
Guess your are still in the middle of development.
Added it myself but it is not working yet.
Also i would like a 24hours setting, if possible.Thansk for your work
PS: is this correct in the default settings? Guess not.
show: "F".toLowerCase(), // show F or C Temps
-
@barnosch said in Input...What do you think?:
Guess your are still in the middle of development.
You don’t have to guess. All you have to do is actually read what he wrote in the post above yours. :-)
-
-
@barnosch said in Input...What do you think?:
Looks very nice.
The german translation seems to be wrong ;) and not even added to the MMM-NOAA.js
Guess your are still in the middle of development.
Added it myself but it is not working yet.
Also i would like a 24hours setting, if possible.Thansk for your work
PS: is this correct in the default settings? Guess not.
show: "F".toLowerCase(), // show F or C Temps
In your config.js file at the top…
```timeFormat: 12, // change that to a 24 ;) ```
-
Hot off the presses … Swedish translation :) Thanks again @Snille
[If anyone would be kind enough to do the German translation I’d appreciate it!! PM me!]
-
@barnosch said in Input...What do you think?:
Looks very nice.
The german translation seems to be wrong ;) and not even added to the MMM-NOAA.js
Guess your are still in the middle of development.
Added it myself but it is not working yet.
Also i would like a 24hours setting, if possible.Thansk for your work
PS: is this correct in the default settings? Guess not.
show: "F".toLowerCase(), // show F or C Temps
Done… in the config file it’s
format: "12" or "24"