Hi!
Im stuck on the “Gather Wather Stuff” Message. Or “Samlar väderinformation” since im running a Swedish pi.
First of thanks for sharing the module, it looks badass.
Ive been diagnosing alot without any luck but this is what ive done to confirm my config:
Ive been checking my api-key and pws with another module from RedNax67 called MMM_Wunderground.
And i can get that one to work.
I also encounter this message on re-installing the module (can’t remember if it was there on the initial install).
npm WARN mmm-noaa@1.0.0 No repository field.
This is my module config:
{
    disabled: false,
    module: 'MMM-NOAA',
    position: 'top_right',
    config: {
        apiKey: "Y507ba7785XXXXXXX",          // https://www.wunderground.com/weather/api  select the middle plan... 
    useAir: false,             //set to false if you do not want to use Air Quality Index
    airKey: "Y507ba7785XXXXXXX",  //IF you want Air Quality Index
		pws: "IUHAMMAR4",       // go here to find your pws: https://www.wunderground.com/wundermap
                lat: "59.609900",        // need this for sunrise/sunset  if left blank none will show  -- find them here: http://www.latlong.net/
		lon: "16.544809",       // need this for sunrise/sunset  if left blank none will show
		showClock: true,            //Hides or shows clock
		dformat: false,             //for M/D/YYYY format, false for D/M/YYYY
		showClock: true,
		format: "24",             // 12 or 24 hour format.. will default to 12 hour if none selected.
		ampm: false,                 //to show AM and PM on Sunrise/Sunset time
		showGreet: false,          //deafult is false - to show greeting under clock and above date
                    name: "",                  // Your name
		showWind: false,
                    showDate: false,
}
Do you have any other ideas what i can try to get it running?