Open chrisparker787 opened 4 years ago
Hi,
I'm having a problem removing the seconds from the display. config: { module: "MMM-DigClock", position: 'top_left', config: { showDate: true, showWeek: false, showSeconds: false, dateFormat: "ddd, D MMM", timezone: "Europe,Paris", } }, Any clue what I've done wrong?
Greetings Mr.chris I've fixed that bug in my fork, it has nothing to do with the config.js settings it's all about a small (if) condition that is missing inside the code. Have a nice day :+1:
Brilliant, works a treat! Thanks!
Hi,
I'm having a problem removing the seconds from the display. config: { module: "MMM-DigClock", position: 'top_left', config: { showDate: true, showWeek: false, showSeconds: false, dateFormat: "ddd, D MMM", timezone: "Europe,Paris", } }, Any clue what I've done wrong?