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
    • RE: show local webpages using iframe

      @gkchimz
      Store your html direct in the modules-folder and add it as URL for MMM-SmartWebDisplay like
      url: [“/modules/myhtml.html”],

      posted in System
      thgmirrorT
      thgmirror
    • RE: MMM-SweepClock

      The webside https://www.timeanddate.com/clocks/free.html
      offers several clocks with a wide range to customize the appearance . A html-code will be generated to integrate it into MM, for example using MMM-SmartWebDisplay.

      posted in Utilities
      thgmirrorT
      thgmirror
    • RE: Easy way to update lists on mirror.

      https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm&hl=de&gl=US

      posted in General Discussion
      thgmirrorT
      thgmirror
    • RE: Quick question, is there a way to edit stuff on your pi without being on your pi?

      @everalm
      @HeisWinston asked a “quick question” and he got “quick answers”, so the request was fulfilled. Any additionally information how to use the tools are not direct related to MM.

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Quick question, is there a way to edit stuff on your pi without being on your pi?

      WinSCP/Notepad++ to see and maintain all the files
      KITTY to use SSH
      Remote Desktop to see the GUI

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Expensive Bedside Clock

      @harney I’m plannig to use an old case of a router to build something similar like you did, so there will be also some jokes from my family!
      Did you include a speaker at the rear side, or just a fan?

      posted in Show your Mirror
      thgmirrorT
      thgmirror
    • RE: Expensive Bedside Clock

      @harney I like your toaster:-)

      posted in Show your Mirror
      thgmirrorT
      thgmirror
    • RE: The MagicMirror dashboard that I created does not load after I close and reopen Chrome unless I run “node serveronly” again.

      @sdetweil I have 3 Raspis:-) And don’t need to install MM on Windows.
      But @ibo has no Raspi and can make his first steps “virtually”!

      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: The MagicMirror dashboard that I created does not load after I close and reopen Chrome unless I run “node serveronly” again.

      Hi @ibo,
      what about to install Rasbian and MagicMirror in a virtual machine under VirtualBox? You can make your first experiences without spending money and without waiting for delivery (if you prefer to buy a RasPi).

      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: MMM-Globe

      Hi @damith,

      May be, you have an issue in the config.js.
      You can use the built-in check-tool from within the MagicMirror folder named
      npm run config:check

      Or use an external Website (I use https://esprima.org/demo/validate.html) to see if it is valed.

      Greetings from Germany
      Thomas

      posted in Entertainment
      thgmirrorT
      thgmirror
    • 1 / 1