I have changed the index file as described and it looks great. But the one thing I have not figured out is the header name for probe 0 is the header name for the page but mine always says My in front of any text entered. Any way of changing that?
Thanks for the modified index.htm file updates. Love the black background look. One thing I also changed was to swap the y axis. I put the temperature on the right side. I like to reference the temperature as the plot goes from right to left instead of fan percentage. Just the way I prefer to view the data.
Custom colored Home pages are now more easily accessible from the webui and saved between linkmeter versions.
Just override styles in the "User CSS" webui page
Code:#content { background: #000; border: 1px solid #467; } #backimage { background: #000 url('http://capnbry.net/~bmayland/fi/bbq/fire-hd.png'); } #backoverlay { background: inherit; } #probelist { background: rgba(100, 50, 50, 0.85); } .pname { color: #fff; } #fanl { color: #fff; } #fancontainer { background: #333; } #navcontainer ul { padding: 0; } #navcontainer li { width: 150px; padding-right: 15px; } #navcontainer li a { display: inline-block; width: 125px; }
#content { background: #000; border: 1px solid #467; }
#backimage { background: #000 url('/luci-static/resources/fire.jpg'); }
#backoverlay { background: inherit; }
#probelist { background: transparent; }
.pname { color: #fff; }
#fanl { color: #fff; }
#fancontainer { background: transparent; }
#navcontainer ul { padding: 0; }
#navcontainer li { width: 150px; padding-right: 15px; }
#navcontainer li a { display: inline-block; width: 125px; }
#content { background: #000; border: 1px solid #467; }
#backimage { background: #000 url('/luci-static/resources/fire.jpg'); }
#backoverlay { background: inherit; }
#probelist { background: transparent; }
.pname { color: #fff; font-size: 24pt; line-height: 16pt; display: inline-block; text-shadow:2px 2px 4px #000000 ; }
#fanl { color: #fff; }
#fanc { #fe4 ; opacity: 0.6; }
#fancontainer { background: transparent; }
#navcontainer ul { padding: 0; }
#navcontainer li { width: 150px; padding-right: 15px; }
#navcontainer li a { display: inline-block; width: 125px; }
You can make the blower speed indicator semi-transparent by setting a rgba background like (50% red):
#fanc { background: rgba(255, 0, 0, 0.5); }
Rebuilt mine last night after the new release. Here's my current v10 with customization's, I think I've got everything dialed in pretty well now. I can post my index.htm if others are interested.
Update: My v10 index.htm is located here.
![]()