A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
No date after update
-
Hello and happy new year :-)
After the last update the date above the clock is no longer displayed :-(
Nothing was changed in the config. Anyone an idea?Greetings Joerg
-
Happy New Year to you too! :-)
Please show the part of your configuration that affects the clock.
-
{ module: 'clock', position: 'top_left', config: { timeFormat: 24, displayType: 'analog', analogSize: '200px', analogFace: 'face-003', analogPlacement: 'bottom', analogShowDate: 'top', lat: 52.389870, lon: 10.852678, showDate: true, showWeek: true, dateFormat: 'dddd D MMMM', secondsColor: '#FF0000', timezone: 'Europe/Berlin' } },
-
analogShowDate
is obsolete. Check if this is what you want:{ module: "clock", position: "top_left", config: { displayType: 'both', analogSize: '200px', analogFace: 'face-003', analogPlacement: 'bottom', lat: 52.389870, lon: 10.852678, showDate: true, showWeek: true, showTime: false, dateFormat: 'dddd D MMMM', secondsColor: '#FF0000', timezone: 'Europe/Berlin' } },
-
@KristjanESPERANTO I tried it, no date :-(
![alt text]( image url)
-
Did you set the
displayType
toboth
? -
@KristjanESPERANTO Now it works, thanks :-)