mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-15 08:27:37 +00:00
Merge pull request #237 from roxasvalor/v2-beta
Added option for units inside of config.js
This commit is contained in:
@@ -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,
|
||||
|
@@ -13,7 +13,7 @@ Module.register("weatherforecast",{
|
||||
defaults: {
|
||||
location: "",
|
||||
appid: "",
|
||||
units: "metric",
|
||||
units: config.units,
|
||||
updateInterval: 10 * 60 * 1000, // every 10 minutes
|
||||
animationSpeed: 1000,
|
||||
timeFormat: config.timeFormat,
|
||||
|
Reference in New Issue
Block a user