When I got my Framework 16, I thought that there would be a program to interact with the LED matrix. As it turns out, there wasn't any real first-party solution - and the third-party programs had no GUI. So, I decided to create my own. This program uses widgets to describe what should be displayed on the LED matrix. New widgets can be created and seamlessly added by dropping them in a folder. I made this out of a geniune need for a program to interact with hardware I use every day, so it should recieve a reasonable frequency of updates.
pip:
filedialpypyserialaiohttpnumpypython_crontabwinshellmain.py from within the extracted folderFWMM with ./FWMM (you may have to run sudo chmod +x ./FWMM if you are denied excute permissions)When launching the program, your web browser should open to the dashboard. If it doesn't, visit http://127.0.0.1:5621. Here's an overview of what each section of the application does.
All of your customizations will live inside a "layout" file, which has a .mmw file extension but is really just a JSON file.
You may load or save your layouts as this, and setting a default layout will cause that layout to be loaded whenever you start FWMM again.
To add a widget to the active layout, drag it over from the rightmost pane into the middle pane. It will appear there, and you can configure it as you wish. Every widget in your layout will appear in the leftmost pane as a colored rectangle. You can customize the color of this rectangle with the widget's color selector, and it will persist.
There is a template for this under template.py in the root of the GitHub repository.
If you find a bug, please open a GitHub issue and/or contribute a pull request to fix it. Thanks for checking out this project!