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

    Posts

    Recent Best Controversial
    • Temperature of a RPI3

      Hi all,

      I made some investigations about the temperature of my PI…

      1. without any cooling - around 52 degrees Celsius
      2. with a heatsink from an old PC stuck with cable ties - around 42 degrees Celsius
      3. with heatsink and a fan, also from my old PC - around 30 degrees Celsius
        df5ca236-67ca-4e41-bf9b-db34b4db0961-image.png
        May be this is interesting for someone who use a PI in a close frame.
      posted in Hardware
      thgmirrorT
      thgmirror
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      @tve 63.4 C? Could be less!
      You can generate a simple protocol by using
      crontab -e and enter

      @reboot echo “---------- start ----------” >> proto.txt
      */5 * * * * date >> proto.txt
      1-56/5 * * * * vcgencmd measure_temp >> proto.txt

      which will write a timestamp and a celsius amount every 5 minutes…and an eyecatcher at every boot. Look after a while into the file.

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      @TvE Do you use some wires at the GPIO? For example a PIR-sensor? Than may be interferences causes the issue when an electronic device is around your PI.

      Or it is the temperature? Check it with
      vcgencmd measure_temp

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Script pishrink reduces the size of backup-images to restore on smaller SD-cards

      @assassins Did you include a zip-process? If the backup is zipped, you can save additionally a lot of space.
      Thomas

      posted in General Discussion
      thgmirrorT
      thgmirror
    • Script pishrink reduces the size of backup-images to restore on smaller SD-cards

      It’s a little bit off-topic to MM2, but don’t you juggle with your Raspis, SD-cards and images you made for backup? And sometimes, you want to restore a backup on a smaller SD-Card? I found a solution in the Internet, the script Pishrink reduces the size of images by deleting unused space and that within minutes. After the procedure, a (for example) previous 64GB image will be much smaller and can be copied to a much smaller SD-card (which is done by windiskimager faster than the original size, of course). Pishrink adds a parameter which expands the file-system automatically to the whole space on the SD during restoring.
      You need Linux if you want to give it a try. If you use VirtualBox, please keep in mind that you can’t run Pishrink at the shared-folder, please copy the image into the VM first .
      For LibreELEC and OpenELEC you need to use the switch -s…please use Google for more information.
      You can find it here: https://github.com/Drewsif/PiShrink

      …I’m not the developer!

      posted in General Discussion
      thgmirrorT
      thgmirror
    • RE: My Mirror reboots for no reason

      @lhops for a small protocoll add the following lines to crontab
      (enter crontab -e at the prompt):

      @reboot echo “---- start ----” >> proto.txt
      */5 * * * * date >> proto.txt
      */5 * * * * vcgencmd measure_temp >> proto.txt

      That moves the date and the temperature to a file called proto.txt every 5 minutes (and an eyecatcher at the start of the raspberry)

      posted in General Discussion
      thgmirrorT
      thgmirror
    • RE: PIR Sensor: false positive detections

      @fozi no, currently no 3D-printing, but may be in the future:-)

      posted in Hardware
      thgmirrorT
      thgmirror
    • RE: PIR Sensor: false positive detections

      Didn’t I said, I’m not an electrician?
      It is not a step-down/up … it is called Pull-Up, resp Pull-Down.
      Please see here for detailed (german) explanation: https://www.elektronik-kompendium.de/sites/raspberry-pi/2006051.htm

      posted in Hardware
      thgmirrorT
      thgmirror
    • RE: PIR Sensor: false positive detections

      @stefan723 May be, a so called “Step Down” resp. “Step Up”-resistor is needed. The PI has built-in Step Down/Up functionality.
      The issue may arise due to interferencies from other parts around the sensor and the PI. First follow the idea of @Stefan723 and try to use short cables.
      Use Google to search for “Step Down/Up and Raspberry PI”.

      But I’m a programmer…not an electrician:-)

      posted in Hardware
      thgmirrorT
      thgmirror
    • RE: Display Lichess Top-Rated Rapid Game

      @olesoncrypto
      Hi,
      create a local html-file at the modules folder with the following content as an example, please add your webside instead of the google-chart:
      715e2702-83a2-463b-b37e-1dc7ade99081-image.png

      Name it as you like (mychess.html for example) and add the path to MMM-SmartWebDisplay instead of the URL you entered before:

      url: [“/modules/mychess.html”],

      Play around with the red-marked values…the exact data depends on the browser in use.
      This way is much easier than to adjust it directly in MMM-SmartWebDisplay.

      Greetings
      Thomas

      posted in Requests
      thgmirrorT
      thgmirror
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 13
    • 14
    • 7 / 14