I really want to replace my openwatherapp to weatherunderground and there are several modules that would allow me to do so. Due to my lack of coding background, I have no idea how to start it. I’ve copied the coding MMM-wunderground module to my config.js and it messed up my dashboard making the entire thing blank.
{
module: 'MMM-WunderGround',
position: 'top_right',
config: {
apikey: 'xxx',
pws: 'locid:KDExxx;loctype:1',
fctext: '1',
fcdaycount: "5",
fcdaystart: "0",
hourly: '1',
hourlyinterval: "3",
hourlycount: "2"
}
}
Perhaps, there was more to add than just editing config.js
?
I hopped over to MMM-Wunderground
GitHub page and see that there are several files attached to the module. My question is, do I download the entire packet and dropped them in their respective locations or is there a quicker way to do it?
Also, does anyone know how to fix my “currenttime” ? It’s off by 3 hours. I went to file “clock” location and could not see a place where I can enter “San Francisco, CA” time. I’m level 1 at coding if you can’t tell.
Note from admin: Please use Markdown on code snippets so it is easier to read!