We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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" } },
Sorry, something went wrong.
I can't reproduce this. Please provide a complete config.js example where the error occurs, thanks.
config.js
Closing this because the required information was not provided.
No branches or pull requests
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
This might be related to issue 3143 #3143
The text was updated successfully, but these errors were encountered: