mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-14 16:13:57 +00:00
Added default values to config.js
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
var config = {
|
||||
lang: 'nl',
|
||||
time: {
|
||||
timeFormat: 12
|
||||
timeFormat: 12,
|
||||
displaySeconds: true,
|
||||
digitFade: false,
|
||||
},
|
||||
weather: {
|
||||
//change weather params here:
|
||||
|
Reference in New Issue
Block a user