Page 1 of 1

userModules questions

Posted: 29 Jan 2015 20:56
by pz1
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.

Re: userModules questions

Posted: 01 Feb 2015 23:44
by PoltoS
This module icon is not yet show in the UI, but it will soon

Re: userModules questions

Posted: 02 Feb 2015 11:31
by pz1
thanx