Read the statement by Michael Teeuw here.
Posts
-
RE: Removing lines
@Quesada can u explain more. I don’t see any separators between modules I use
-
RE: Installing on a Pi Zero
@liamangelus git clone the mm repo from GitHub.
Then edit the package.json file and change the number behind electron to the string mentioned above “^2.0.0”Then follow the manual install steps from the readme
-
RE: MMM-Motion-Detector Help
@dxfan227 I use hide to hide the modules, but the screen glows. I don’t know what it would be behind mirror glass. Neither of my TV’s support programmatic on/off. I use a webcam for motion detection
-
RE: MMM-Motion-Detector Help
@dxfan227 the prolonged no signal causes the energy star power off.
But your device like mine appears not to power on by software -
RE: MMM-Motion-Detector Help
@dxfan227 you will need to look at what the module provides to wake up and try that thru ssh.
Usually they shut off the HDMI output.
Look in the node_helper.js file. Looks like it uses vcgencmd
-
RE: Raspberry Pi issue
@BandNerd1002 do u have another Linux machine around? U might be able to recover with fsck. If not then u will have to start over, fomat the SD card, install the os image (usually w etcher) again, then boot and start by installing mm again…
-
RE: Flashing and green lines after couple of minutes
@qistoph try disabling the GPU.
Stop pm2 instance, try this from terminal windownpm --disable-gpu start
-
RE: SMB Working Photo Frame/Slideshow Module
@NinjaEpisode I use MMM-ImagesPhotos from a mounted samba folder. I had to make a link from the module uploads folder to the mount. But it works fine.
See the ln command.
The module doesn’t know the images are not local
Note that modules can’t see anything above the modules folder without this kind of help