Hi,
I just updated to the latest version of MM but since the update my OpenWeather info is not working anymore, the info is all empty which was working fine before the update. 
This is my config.js , does anyone have a solution?
{
module: "weather",
position: "top_right",
config: {
weatherProvider: "openweathermap",
weatherEndpoint:"/weather",
type: "current",
location: "Gemeente Nijkerk",
locationID: "2750064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
apiVersion: "2.5",
apiKey: "xxxxxxxxxx"
}
},
{
module: "weather",
position: "top_right",
header: "Weather Forecast",
config: {
weatherProvider: "openweathermap",
weatherEndpoint:"/forecast",
type: "forecast",
colored: "true",
location: "Gemeente Nijkerk",
locationID: "2750064", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
apiVersion: "2.5",
apiKey: "xxxxxxx"
}