Read the statement by Michael Teeuw here.
Internet Monitor
-
@Advokaten Yes it’s just working as discribed. Here is my part off config.js for the Internet Monitor.
{ Module: 'internet-monitor', position: 'bottom_right', config: { type: 'minimal', maxTime: 10000, updateInterval: 120000, verbose: false, displayStrength: true, displaySpeed: false, strengthIconSize: 40, maxGaugeScale: 25 } },
Now I want to bring a little color to the wifi indicator.
-
@pjkoeleman Thank you! Using your config lines made it work somehow! I am too interested in changing color of the wi-fi strength png’s. I tried changing all the white levelColors without success. Don’t know what is turning the strength bars into a white color :( Anybody who could help us out? Thanks.
-
@pjkoeleman @Advokaten try changing type in config to
type: ''
fromtype: 'minimal'
.
Also, thank you for the kind words! :) -
@ronny3050 I’m sorry. I don’t understand if this made any difference other than it took some extra time to load the indicator. Is there a way to change colors in the css file now or what…? Sorry once more for being such a nublet and thank you for taking your time to do stuff like this!
-
@Advokaten @pjkoeleman Silly me, I am sorry, I thought you requested colors for the speed gauges, which are already there. As for colors for the wifi strength indicator, there are two ways:
- CSS coloring (you have complete control over the colors)
- Pre-made images with different colors (colors chosen by me).
I am sure 1 would be preferred. I will get back to you in a little bit with my progress on this. Thank you very much for suggesting this.
-
Yes #1 preferred ;)
-
@cowboysdude Usually preferred = harder ;)
-
@ronny3050 said in Internet Monitor:
@cowboysdude Usually preferred = harder ;)
LOL yeah me too but for once thought I’d go the easier route…
-
@ronny3050 Option 1 would be quite amazing, yes! Another question, would it be possible to remove everything in the module except for the wi-fi indicator part, to make it smaller and quicker (maybe easier to configure for nubs like me)? Like remove all unnecessary files and coding. I’m afraid I’ll break it if I tinker with it lol.
-
@ronny3050 you could achieve this with css3 filters