-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
animARTrix not showing in Usermods config despite being visible in "Info" tab #4465
Comments
Confirmed also from our side on both esp32c3 and classic esp32 |
Sorry my fault - its here, seems that @netmindz has added it a few weeks ago. |
animartix currently relies on a small extension from the MoonModules fork, which allows any usermod to have an "enabled" option without requiring to explicitly implement addToConfig() and readFromConfig(). actually it might be worth bringing this small enhancement to upstream - it allows to simplify usermods that do not need settings other than "enable". |
If a usermod does not have any persistent configuration (i.e. does not implement |
Do the effects show in the list? There aren't actually any settings so it should be enabled by default |
Yes the effects will show in the list but I thought there will be enable/disable button in the usermod same as in MM but as softhack mentioned it is not there . |
In the version in AC the enabled value does nothing at all, so having the option to enable/disable in the settings would make no sense |
@netmindz I think the option to enable/disable in the settings would make sense if you want to remove the effects from the list as there are too many but sure if you think so .It is just the inconstant UI behavior between MM and AC may lead to confusion. This is the only usermod I could see with this behavior but could be others we missed , at least adding a comment in the readme might do . |
As it's not included in any of the AC builds, if you don't want the effects, just don't add the usermod surely? MM has a better way to handle enable/disable for all usermods, but this is isn't present in AC so would need to bring that over really before looking to add optional effect adding to this usermod |
@netmindz the "minimal impact solution" would be to simply add the (MM default) functions I think that having an "enable" checkbox makes sense for the animArtrix usermod. |
re-opring as an enhancement. |
What happened?
Mod is not visible in Usermods config despite being visible in Info tab
To Reproduce Bug
Add usermod build_flag -D USERMOD_ANIMARTRIX
Uncomment library dependency ;https://github.com/netmindz/animartrix.git#18bf17389e57c69f11bc8d04ebe1d215422c7fb7
Expected Behavior
usermod header and checkbox should be visible in Usermod config
Install Method
Self-Compiled
What version of WLED?
WLED v0.16.0-alpha
Which microcontroller/board are you seeing the problem on?
ESP32, ESP32-C3
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: