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

Update defaults to eliminate error #10

Merged
merged 1 commit into from
May 28, 2024
Merged

Update defaults to eliminate error #10

merged 1 commit into from
May 28, 2024

Conversation

dathbe
Copy link

@dathbe dathbe commented May 16, 2024

The current defaults definition can throw an error in certain circumstances because mainIconset refers to defaults.iconset within the initial definition of defaults. As far as I can tell, the reference to defaults.iconset is never actually needed anyway, as the later code just checks whether there is a mainIconset defined in the config file, and if not, uses iconset. So I've removed mainIconset from the defaults defintion, which eliminates the error.

The error comes up for me when I run MMM-remote-control, which attempts to validate every other module.

remove mainiconset from defaults
@MarcLandis MarcLandis merged commit f23bee1 into MarcLandis:master May 28, 2024
@dathbe dathbe deleted the defaults branch May 28, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants