mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Added zoom factor config value and Electron option
This commit is contained in:
parent
c949548150
commit
a08fa721cf
2 changed files with 4 additions and 3 deletions
|
@ -11,10 +11,11 @@ var defaults = {
|
|||
port: 8080,
|
||||
kioskmode: false,
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
|
||||
|
||||
|
||||
language: "en",
|
||||
timeFormat: 24,
|
||||
units: "metric",
|
||||
zoom: 1,
|
||||
|
||||
modules: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue