Some more details and more pictures would be great. First look is interesting
Read the statement by Michael Teeuw here.

Posts
-
RE: My mirror
-
RE: Suggestion: Should we add a list of 2-way mirror vendors to Wiki?
Nice. I added one Vendor for Germany. I did not use them (for now), they were reccomended by glancr.os after several tests. Prices look very fair.
-
RE: How to make MM scrollable when connecting via remote client?
in
main.css
you find this at the top:html { cursor: none; overflow: hidden; background: #000; }
overflow: hidden
: https://www.w3schools.com/cssref/pr_pos_overflow.asp
So content is “cut off” and not shownRight below there is also this one:
::-webkit-scrollbar { display: none; }
This as well hides scrollbars.
-
RE: Two way mirror suppliers - Australia!
@inversation
Nice reflections and still a good quality of the text behind the mirror in the lower half. I guess the upper part is blurry because of your cameras focus and the missing enclosure and too much backlight? -
RE: Reverse Lookup MMM-FRITZ-Box-Callmonitor - help needed
@barnosch
Not necessarily. Even smaller companies (those without one base number and dozens of extensions) do add their phone number to public phonebooks. My phone solution does use online lookup and lots of craftspeople who called during our house building phase where identified on the phone showing “Dachdecker Hildebrandt” (for example). -
RE: MMM-ShipmentTracking
You could use mykles AfterShip module: https://github.com/mykle1/MMM-AfterShip
It syncs with your aftership account, which you can manage from your pc, smartphone or tablet. And it automatically connects to your Amazon.com account if you want to. This did not work with my German Amazon account though.
I use ParcelTrack (from a small company in Berlin) with a premium account, they offer tracking on all devices and you have an inbox email address where I forward delivery mails to, which then extracts tracking info and adds it to the list.
They don’t have an open api though. -
RE: [MMM-FlightsAbove] Problem receiving and seing JSON from node_helper
Oh, really? Maybe this was changed, in the beginning it wasn’t working at all in the main module file.
-
RE: [MMM-FlightsAbove] Problem receiving and seing JSON from node_helper
Inside the module itself
console.log
doesn’t work. UseLog.error
instead and check the output in your browser console, not the terminal/cmd -
RE: Newbe help please
Is there a screen connected to the pi? What is it showing?
Are you working directly on the pi, are you connecting via VNC or are you sshing to the pi?If you run
pm2 stop MagicMirror
and then trynpm start
inside MagicMirror folder (if directly on the pi) orDISPLAY=:0 nohup npm start &
(if connected via ssh), do you see the MagicMirror?