Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@Manu85 said in MMM-NOAA - Another Weather Module:
hello, I speak well of this module, the forecasts are eg: 04-22. 04-23 and I will want: Monday. Tuesday
Oh, yes, I see now. I don’t know how you got the date instead of the day names. Mine only shows day names. That’s strange.
Are you using the newest version of the module? Please run
git pull
in the MMM-NOAA3 directory. Then runnpm install
as well. Are you using the darksky api? I think there was an issue with some of the other providers. You will have the most success with a darksky api key. -
does this module contain configuration options ?
if I dont want all this plenty of information ?is there an exemple of config.js with darkside provider ?
ok, i found the p51 one, and i just understood for airkey. -
@seramik said in MMM-NOAA - Another Weather Module:
does this module contain configuration options ?
if I dont want all this plenty of information ?You can always adjust the custom CSS file to reduce the size of the elements you wish to hide to zero.
-
In my case the 4 day forecast is not shown. There is nothing below the bar. I am using openweather as provider. What could be the issue?
-
@andyyy
however, with weatherunlocked it seems to work! -
-
So I’m using this modules and I was wondering how to change it from celsius to fahrenheit. Can anyone help me?
-
Nevermind
-
-
Here is my syntax within the config.js for MMM-NOAA3
{ module: 'MMM-NOAA3', position: 'top_left', config: { provider: "darksky", // From list above apiKey: "65141db17f5fe5d7d9dd8879b81a61a9", // From one of the providers listed above airKey: "5ac100c9-5114-4140-9955-3067633998f9", css: "NOAA3", // THIS MUST CONTAIN A CSS STYLE NAME userlat: "39.164581", //MUST HAVE BOTH userlon: "-119.766922" //MUST HAVE BOTH } },
My config.js does not present any errors and when the module loads in the upper left hand corner it displays undefined
then NaN o and all the values below that are not properly populated.I have checked the entries and cannot seem to find the issue.