Here is the navbar code with my modifications:
https://github.com/in-a-days/MM-navbar
The user will still need to install voicecontrol, create and load the .pmdl files, and properly configure config.js.
Is the show/hide all button part of this build? I’m looking for something like
var showallbutton = document.createElement("span");
to match these
var weatherbutton = document.createElement("span");
var newsbutton = document.createElement("span");
And I’m not finding anything. Thanks again, I really love this module!