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

v2.25.0 - Clock module - (timezone: "Europe/Berlin") Returns Undefined #3262

Closed
wbleek opened this issue Nov 4, 2023 · 3 comments
Closed

Comments

@wbleek
Copy link
Contributor

wbleek commented Nov 4, 2023

After updating to the newest version I get "undefined" with the clock module.

The clock module is the second module in my config.js script.
I only specify

                {
                        module: "clock",
                        position: "top_left",
                        config: {
                                timezone: "Europe/Berlin",
                                showWeek: true
                        }
                },

This might be related to issue 3143 #3143

@sdetweil
Copy link
Collaborator

sdetweil commented Nov 4, 2023

I don't see that , for either of these on 2.25 or on 2.26-develop

		},
                {
                        module: "clock",
                        position: "top_left",
                        config: {
                                timezone: "Europe/Berlin",
                                showWeek: true
                        }
                },
		{
			module: "clock",
			disabled: true,
			position: "top_left",
			config:{
				displaySeconds:false,
				timezone:"Europe/Berlin"
			}
		},

@khassel
Copy link
Collaborator

khassel commented Nov 4, 2023

I can't reproduce this. Please provide a complete config.js example where the error occurs, thanks.

@khassel
Copy link
Collaborator

khassel commented Jan 3, 2024

Closing this because the required information was not provided.

@khassel khassel closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants