Read the statement by Michael Teeuw here.
Internet Monitor
-
@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
-
@Advokaten sure, I’ll clean it up :)
-
@strawberry-3.141 Hey bro, thanks for the heads up! I was going to go that route except not sure whether everyone’s raspberry browser supports css3.
-
@strawberry-3.141 said in Internet Monitor:
@ronny3050 you could achieve this with css3 filters
I swear to God I’m calling you “Magic Man”… :)
-
@ronny3050 Thanks for taking up the challenge.
I would prefer option #1 as well. So the user can choose its own colors. -
@Advokaten said in Internet Monitor:
Don’t know what is turning the strength bars into a white color
There are four images (white) used for the strength. You can find them in the sub-folder ‘images’.
-
Great Module. Does it monitor the speed of my internet from my modem or the speed that my raspberry pi is reaching? Is there a way to maintain a log of speeds?
-
@illskool Thank you. It is the speed that your pi is reaching.
I am currently logging the speed and it can be found in your mirror’s logs by typingpm2 logs
in the command line. I am removing this in my next update due to the massive amounts of logs produced. You can set an updateInterval for the mirror to refresh and update the speed if needed.