@Lilleberg Try using the upper_third position for your pictures. That may be closer to what you want.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-GooglePhotos
-
RE: Internet Monitor
My fork of the module has been updated and the new code has been merged to the master branch. Let me know if you hit any issues with it.
-
RE: Internet Monitor
I suppose more detailed instructions are in order. To use my development branch of my fork of the
internet-monitormodule, give this a try.cd MagicMirror/modules sudo rm -rf internet-monitor git clone https://github.com/BrianHepler/internet-monitor.git cd internet-monitor switch 2022-fix npm installOnce it is done, you should be able to use your existing configuration. Let me know if you encounter any problems.
-
RE: Internet Monitor
@mayfield - No. Install from here: https://github.com/BrianHepler/internet-monitor.git
If you have installed from Ronny3050’s repository, you’ll need to delete that folder and clone from mine.
-
RE: Internet Monitor
Okay, I believe I have it fixed for this module. Please switch over to the
2022-fixbranch and give it a pull & install. Let me know if it works for you and I’ll issue a PR.Big shout out to @bugsounet for figuring it out and from whom I blatantly stole a lot of code. At some point I remembered that this isn’t my module and I’m just trying to get it functioning again. It helped me ignore a lot of things I would have changed.
-
RE: Internet Monitor
@bugsounet said in Internet Monitor:
the real question is why using v1.6.2 version of SpeedTest library?
Because using speedtest-net after this version requires a code change.
Now retry with your pi, a linux env or … with wsl under windows
Oh, great. I develop on Windows so I can make use of a proper IDE. Fine. I’ll dig up something.
@sdetweil said in Internet Monitor:
the problem is under windows, this path is bad as it doesn’t have
unfortunately NPM is NOT platform neutralSigh. It figures. Not tonight, but I’ll work on it in the near future.
-
RE: Led strip problem
@Anthony - In my CNC work I have run into a lot of electromagnetic interference. One thing that has helped a bit is to add ferrite cores to most of my input wires at both ends. Especially any USB wires.
Your friendly electronics shop should have something like these. -
RE: Internet Monitor
@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? -
RE: MMM-Selfieshot
MMM-Selfieshot has been updated.
- Thanks to @bugsounet, the module will send the notification
SELFIE_STARTwhen the countdown begins.
- Thanks to @bugsounet, the module will send the notification
-
RE: MMM-Selfieshot
MMM-Selfieshot has been updated.
- The
rotateCountdownparameter will allow you to rotate just the countdown and “shoot message”. - The
rotatePreviewparameter will allow you to rotate just the display of the selfie. - The
rotationparameter has been removed.
- The