Hi,
I am very new to this (only have experience with VBA, simple C+ from using MATLAB, you get the point).
I used git clone https://github.com/MattLugar/wuforecast to download the files to my modules directory then changed the default weather module to the wuforecast module in the config.js file. However, when I run the Mirror program I get a completely black screen.
All of the files appear to have been downloaded correctly to the directory and I cant find any syntax errors in the config.js file. I wrote everything exactly as follows:
modules: [
{
module: 'wuforecast',
position: 'top_right', // This can be any of the regions.
// Best results in left or right regions.
config: {
// See 'Configuration options' for more information.
location: 'France/Paris',
appid: 'abcde12345abcde12345abcde12345ab' //wunderground.com API key.
}
}
]
Any help?
Thank you!