From 2007f5ece49a7a50392fac239d42d7a9439f744f Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Sun, 24 Apr 2016 15:25:35 -0500 Subject: [PATCH] Units from config.js --- modules/default/currentweather/currentweather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,