Skip to content

Clock in analog mode doesn't show date #3100

@jorgenwahlberg

Description

@jorgenwahlberg

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions