Units from config.js

This commit is contained in:
roxasvalor 2016-04-24 15:25:35 -05:00
parent a91a2c2609
commit 2007f5ece4

View File

@ -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,