diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 3a7520ce..6c6aa100 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -13,7 +13,7 @@ Module.register("currentweather",{ defaults: { location: "", appid: "", - units: "metric", + units: config.units, updateInterval: 10 * 60 * 1000, // every 10 minutes animationSpeed: 1000, timeFormat: config.timeFormat,