When using the clock module and setting displayType to "analog" and showDate to true, date is no longer shown. In earlier releases, it did.
This bug can be reproduced by setting up a the module like this:
{
module: "clock",
position: "top_left",
config: {
displayType: "analog",
analogSize: "360px",
analogPlacement: "bottom",
analogFace: "face-003",
analogShowDate: "top",
showDate: true,
displaySeconds: true,
}
}
When setting displayType to "both" or "digital", the date is shown.
When using the clock module and setting displayType to "analog" and showDate to true, date is no longer shown. In earlier releases, it did.
This bug can be reproduced by setting up a the module like this:
When setting displayType to "both" or "digital", the date is shown.