My currentweather module isn’t showing its location.
Module.register("currentweather",{
// Default module config.
defaults: {
location: false,
locationID: 1234567,
appid: "",
units: config.units,
{
module: 'currentweather',
position: 'top_right',
config: {
location: 'AnyTown,GB',
locationID: '1234567', //ID from http://www.openweathermap.org
appid: '############'
}
},
How do I get the location back on the current weather, please?