Read the statement by Michael Teeuw here.
Internet Monitor
-
Is the missing WiFi icon still an issue? I haven’t looked into that area of the code. If there seems to be a problem I can dive into it.
-
@bhepler I have the same problem, No Wifi icon. Have mirrors in MacOS and RPI and have same results.
-
All right, I’ll dive back into it and see if I can fix it.
Update: Some progress made but still a ways to go. I ended up refactoring a lot of the code.
-
Okay, I have completed my first pass at fixing the WiFi symbol. It works for me, so let’s see how it goes for you.
If you’re not using my repository, you’ll have to switch by deleting your
modules/internet-monitor
folder, cloning from my repository athttps://github.com/BrianHepler/internet-monitor
and then installing like normal. You’ll have tocd internet-monitor
and thennpm install
.If you’re already using my repository, just
cd MagicMirror/modules/internet-monitor
andgit pull
. It will probably tell you that you need to stashpackage-lock.json
. Just delete that file and try again.Warning: The custom WiFi icon doesn’t work yet. I got the default one to show up, but I’m still working on the one with the custom colors. But right now I want to verify that you guys can at least see the WiFi icon.
-
-
@bhepler
Hi,
I can see the wifi icon but no color icon is visible!!!
Something is missing in the source code to update the icon.
Can you have a look and correct it please?
best regards,
Adel -
@Axel51 Is the wifi icon ovelaying the label “Internet Monitor” on yours? I’d like to be able to be able to see the full label. Maybe I missed something. Thanks
-
Has this died recently for anyone else? I have made no config changes and it’s stopped working. I’ve tried with a new server ID in case they have changed, but still no luck.
//New Module Internet Monitor
{ module: 'internet-monitor', position: 'top_left', header: 'SpeedTest', config:{ type: '', maxTime: 20000, updateInterval: 0, verbose: false, serverId: "40788", // displayStrength: true, displaySpeed: true, strengthIconSize: 50, maxGaugeScale: 1000, }, },
-
-
@causerino also, please use code blocks for any config data
paste text
select text
then push button that looks like
</>I have fixed your post