userModules questions
Posted: 29 Jan 2015 20:56
I am working on an adaptation of the existing OpenWeather module. As a matter of fact I am transferring my OpenRemote Wunderground.com based functions to Z-Way. My first version worked right out of the box.
TheWunderground licence requires me to put their logo somwhere in the application. That is where I got stuck.
In module.json I defined:
"icon": "wundergroundLogo_4c.png",
I did store that icon in the same directory as the json and js files. Nothing on screen though. Am I doing something wrong, or hasn't that been implemented yet?
PS: As soon as I have finished testing I'll publish the module in the Recipes section.
PS2: The reason that I did chose Wunderground is that I can get in one single call both current and forcast data. It also supports many more parameters then what I've seen from openweathermap.org.
TheWunderground licence requires me to put their logo somwhere in the application. That is where I got stuck.
In module.json I defined:
"icon": "wundergroundLogo_4c.png",
I did store that icon in the same directory as the json and js files. Nothing on screen though. Am I doing something wrong, or hasn't that been implemented yet?
PS: As soon as I have finished testing I'll publish the module in the Recipes section.
PS2: The reason that I did chose Wunderground is that I can get in one single call both current and forcast data. It also supports many more parameters then what I've seen from openweathermap.org.