Read the statement by Michael Teeuw here.
Posts made by lolobyte
-
RE: End MM from Terminal
like u start the npm use CTRL+c or CTRL+X like dbahn25 mentioned.
-
RE: Dual display
Hi jeff,
the raspi has only a hdmi output and a output 4 a gpio display.
It is not possible to really work with 2 display’s.
U have a link to your VGA Module?
If this module is really capable to run those 2 displays than u maybe can run a MM as web server build and one as MM2.
If it’s possible to run two different MM2 instances i don’t really know that.
Maybe it’s possible to run a second MM2 at another port!
-
RE: MMM-Button doesn't work
you’re welcome.
Have fun with your Mirror.
Does the button work now with MMM-podcast?
-
RE: MMM-Button doesn't work
at first u must check witch version u have.
Error was in my electron:
Error: Module version mismatch. Expected 50, got 51.Stat your shell an type following command in your MagicMirror folder: npm list | grep electron
At result you must see something like this…
pi@raspberrypi:~/MagicMirror $ npm list | grep electron
├─┬ electron-prebuilt@1.4.6
│ ├─┬ electron-download@3.0.1
npm ERR! extraneous: stylelint@7.5.0 /home/pi/MagicMirror/node_modules/stylelintWhat must be done here?
at first change in your Button folder:cd ~/MagicMirror/modules/MMM-Button
and then type in following command, you must change the version number with your own:
npm rebuild --runtime=electron --target=1.4.6 --disturl=https://atom.io/download/atom-shell --abi=50
That’s all.
-
RE: End MM from Terminal
Controlling you MagicMirror via PM2
Restarting your MagicMirror
pm2 restart mmStopping your MagicMirror
pm2 stop mmShow the MagicMirror logs
pm2 logs mmShow the MagicMirror process information
pm2 show mmhttps://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide
-
RE: windows remote desktop doesn't show same screen as on hdmi
Hi,
you don’t need to login with VNC or RemoteDesktop.
Just type in your desktop browser the adress of your MM2 with the right port number, for example like this http://192.123.123.12:8080/ (8080 is the standard port) and the you see your MM2.
It works without problems in the same network.
If you want to use it from a external network, u must install port forwarding at your router.Good luck