Read the statement by Michael Teeuw here.
Internet Monitor
-
-
@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
-
@causerino said in Internet Monitor:
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.
I can confirm. It appears that the speedtest service is down. I’m troubleshooting now.
Update: Problem is with the
speedtest-net
package. Not sure what the problem is, but it has been down for the past week. They’ve opened an issue with the developers, so hopefully they’ll get around to it. The SpeedTest website and their paid services appear to be working, so something is up with the API.I’m looking at my fork of the original repository and the latest changes to
speedtest-net
and I’m going to prep an update. Once it comes back, I’ll publish. -
@bhepler said in Internet Monitor:
@causerino said in Internet Monitor:
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.
I can confirm. It appears that the speedtest service is down. I’m troubleshooting now.
Update: Problem is with the
speedtest-net
package. Not sure what the problem is, but it has been down for the past week. They’ve opened an issue with the developers, so hopefully they’ll get around to it. The SpeedTest website and their paid services appear to be working, so something is up with the API.I’m looking at my fork of the original repository and the latest changes to
speedtest-net
and I’m going to prep an update. Once it comes back, I’ll publish.Thanks very much for doing this :)
-
@bhepler said in Internet Monitor:
I can confirm. It appears that the speedtest service is down. I’m troubleshooting now.
Update: Problem is with the
speedtest-net
package. Not sure what the problem is, but it has been down for the past week. They’ve opened an issue with the developers, so hopefully they’ll get around to it. The SpeedTest website and their paid services appear to be working, so something is up with the API.I’m looking at my fork of the original repository and the latest changes to
speedtest-net
and I’m going to prep an update. Once it comes back, I’ll publish.Are you really sure ?
i use it with MMM-SpeedTestResult is:
-
@bugsounet - Pretty sure.
Here is the GitHub discussion on the problem.EtA: I am having problems installing MMM-SpeedTest.
PS J:\Development\MagicMirrors\MagicMirror\modules> git clone https://github.com/bugsounet/MMM-SpeedTest Cloning into 'MMM-SpeedTest'... remote: Enumerating objects: 78, done. remote: Counting objects: 100% (78/78), done. remote: Compressing objects: 100% (66/66), done. remote: Total 78 (delta 33), reused 33 (delta 10), pack-reused 0 Unpacking objects: 100% (78/78), 120.78 KiB | 46.00 KiB/s, done. PS J:\Development\MagicMirrors\MagicMirror\modules> cd .\MMM-SpeedTest\ PS J:\Development\MagicMirrors\MagicMirror\modules\MMM-SpeedTest> npm install > MMM-SpeedTest@1.0.3 preinstall J:\Development\MagicMirrors\MagicMirror\modules\MMM-SpeedTest > installer/preinstall.sh 'installer' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! MMM-SpeedTest@1.0.3 preinstall: `installer/preinstall.sh` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the MMM-SpeedTest@1.0.3 preinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install?