mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Units configurable from Config.js
This commit is contained in:
parent
0890fd521e
commit
a91a2c2609
@ -13,7 +13,7 @@ Module.register("weatherforecast",{
|
|||||||
defaults: {
|
defaults: {
|
||||||
location: "",
|
location: "",
|
||||||
appid: "",
|
appid: "",
|
||||||
units: "metric",
|
units: config.units,
|
||||||
updateInterval: 10 * 60 * 1000, // every 10 minutes
|
updateInterval: 10 * 60 * 1000, // every 10 minutes
|
||||||
animationSpeed: 1000,
|
animationSpeed: 1000,
|
||||||
timeFormat: config.timeFormat,
|
timeFormat: config.timeFormat,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user