MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. yawns
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 7
    • Topics 10
    • Posts 967
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: My mirror

      Some more details and more pictures would be great. First look is interesting

      posted in Show your Mirror
      yawnsY
      yawns
    • 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.

      posted in Hardware
      yawnsY
      yawns
    • 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 shown

      Right below there is also this one:

      ::-webkit-scrollbar {
        display: none;
      }
      

      This as well hides scrollbars.

      posted in Troubleshooting
      yawnsY
      yawns
    • 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?

      posted in Hardware
      yawnsY
      yawns
    • 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).

      posted in Development
      yawnsY
      yawns
    • 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.

      posted in Utilities
      yawnsY
      yawns
    • 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.

      posted in Development
      yawnsY
      yawns
    • RE: [MMM-FlightsAbove] Problem receiving and seing JSON from node_helper

      Inside the module itself console.log doesn’t work. Use Log.error instead and check the output in your browser console, not the terminal/cmd

      posted in Development
      yawnsY
      yawns
    • 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 try npm start inside MagicMirror folder (if directly on the pi) or DISPLAY=:0 nohup npm start & (if connected via ssh), do you see the MagicMirror?

      posted in Troubleshooting
      yawnsY
      yawns
    • 1 / 1