-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
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.
Reactions are currently unavailable