Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Agenda -> dynamic date-width #350

Open
EinKantHolz opened this issue Jun 26, 2024 · 0 comments
Open

[BUG]: Agenda -> dynamic date-width #350

EinKantHolz opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@EinKantHolz
Copy link

The agenda module shows a strange behavior while using this token in the settings file: "DD. MMMM YYYY"
According the docs, the output must be something like 26. Juni 2024.

As you can see here, the last digit of the year is missing for Juni but not July:
20240626_065132

Now take a look with the modified format "DD. MMMM YYYYY" (5x Y):
Juni shows 4 digits for the year but an additional "Y" for July.
20240625_213339

The config with removed calendar links:

{
            "position": 3,
            "name": "Agenda",
            "config": {
                "size": [
                    984,
                    554
                ],
                "ical_urls": null,
                "ical_files": null,
                "date_format": "DD. MMMM YYYY",
                "time_format": "HH:mm",
                "padding_x": 10,
                "padding_y": 0,
                "fontsize": 20,
                "language": "de"
            }
        }
@aceisace aceisace changed the title Data formatting tokens misbehavior in agenda module with "de"-language [BUG]: Agenda -> dynamic date-width Jun 26, 2024
@aceisace aceisace self-assigned this Jun 26, 2024
@aceisace aceisace added the bug Something isn't working label Jul 1, 2024
@aceinnolab aceinnolab deleted a comment from github-actions bot Aug 30, 2024
@aceinnolab aceinnolab deleted a comment from github-actions bot Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants