@Wenike Perfect fix! Well it does what it needs to anyway. haha
Skol!
@Wenike Perfect fix! Well it does what it needs to anyway. haha
Skol!
Nice set up here, tried out the code and worked the first time. My only issue is I am only getting 3 days showing in the forecast. I tried adding “maxNumberOfDays: 5,” but nothing happened… Any idea what it could be?
{
module: "currentweather",
position: "top_right",
config: {
onlyTemp:true,
maxNumberOfDays: 5,
location: "Swissvale",
locationID: "5215064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
appid: "appid"
}
},
{
module: "weatherforecast",
position: "top_right",
header: "Weather Forecast",
config: {
maxNumberOfDays: 5,
location: "Swissvale",
locationID: "5215064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
appid: "appid"
}
},
Still new here, so let me know if you need me to provide any thing else.
Skol