Hi,
I would really like to have the Willy Weather on my Mirror.
Could someone help and create a module or help me out doing it?
could it be as easy as just changing a few lines of code in the current weather module?
Thx for the help!
Hi,
I would really like to have the Willy Weather on my Mirror.
Could someone help and create a module or help me out doing it?
could it be as easy as just changing a few lines of code in the current weather module?
Thx for the help!
@mykle1 no changes without the quotes :(
Hi,
I can get my MM to show me wind speed in KMPH.
I is also not showing rain.
What do I do wrong?
Thanks for the help!
Carl
{
module: "currentweather",
position: "top_right",
header: "Byron Bay",
config: {
location: "Byron Bay,Australia",
locationID: "2172880", //ID from http://www.openweathermap.org/help/city_list.txt
appid: "XXX",
useKMPHWind: "true",
roundTemp: "true",
showRainAmount: "true",
degreeLabel: "true"
}
},