Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
thank you @cowboysdude .
My MM is in german, but how can i force to show the english names in the NOAA3 module? -
Is there anyway to easily override the latitude/longitude information? I live in the country so the lat/lon returned by http://ip-api.com/json is not very accurate for my location. Also, what other options are available for configuring NOAA3 in config.js?
-
try adding the following in the config.js
langTrans: "en",
example…
{ module: 'MMM-NOAA', config: { langTrans: "en", apiKey: "YOUR API KEY", airKey: "YOUR API KEY" } },
Not really sure it will work, but I will try it on mine in a little while and let you know if it does.
If you try it before I get back on here, let me know if it did work or not. -
I’m assuming with the upvote that it worked for you?
-
@justjim1220 No sir that will not work
-
@fox what do you mean English names? The headings for each like Humidity and such?
-
@justjim1220 said in MMM-NOAA - Another Weather Module:
langTrans: “en”,
thank you for the anser, i tried it but did not work.
-
@cowboysdude said in MMM-NOAA - Another Weather Module:
@fox what do you mean English names? The headings for each like Humidity and such?
yes sir :)
-
@fox Simple just copy the en translation file into the de translation file ;) Your forecast will still be in German though… because it’s reading your main language config…
-
@fox Told you it wouldn’t LOL