Skip to content

Commit

Permalink
Update widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miseler authored Jun 4, 2024
1 parent 2c528f6 commit 5c9199e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/widalarmeta/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
padHours: true,
showSeconds: 0, // 0=never, 1=only when display is unlocked, 2=for less than a minute
font: 1, // 0=segment style font, 1=teletext font, 2=6x8:1x2, 3=segment wide
alwaysOn: false,
shortcut: false,
}, require("Storage").readJSON("widalarmeta.json",1) || {});

if (config.font == 0 || config.font == 3) {
Expand Down

0 comments on commit 5c9199e

Please sign in to comment.