Simple Visualizer
Posted: Fri Oct 10, 2025 6:01 pm
I wanted a graphic equalizer display widget so I whipped one up with AI! Hudiy made this super easy and I'm very impressed.
Here's the widget definition from dashboards.json:
Here's the source for the single HTML file: https://gist.github.com/DrewMikola/b4d1 ... c4ca68650d
Just copy that onto your Pi, adjust the paths as neccesary, and you're good to go. If you want something fancier just dump it into the AI tool of your choice (I used Grok for this) and have at it.
Cheers!
Image: https://pasteboard.co/Qaeqzo9EeBGI.png
Here's the widget definition from dashboards.json:
Code: Select all
{
"type": "web_static",
"size": "small_narrow",
"url" : "file:///home/car/hudiy-repo/viz/viz.html"
}
Just copy that onto your Pi, adjust the paths as neccesary, and you're good to go. If you want something fancier just dump it into the AI tool of your choice (I used Grok for this) and have at it.
Cheers!
Image: https://pasteboard.co/Qaeqzo9EeBGI.png