MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. thgmirror
    3. Topics
    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

    Topics

    • thgmirrorT

      BirdNET-PI-chart on MM2

      Watching Ignoring Scheduled Pinned Locked Moved Education
      35
      1
      1 Votes
      35 Posts
      13k Views
      L
      @bhepler Hello Brian, After installing the latest version and removing the data url it now works! I just need to limit it to the area I particularly want rather than all Britain. Many thanks, it’s a joy, Lorraine
    • thgmirrorT

      Mouseclick via Notification

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      2
      0 Votes
      2 Posts
      291 Views
      S
      @thgmirror you would need a module to receive that and invoke the click… can it be done, yes, is there a module that does this now? not that I am aware of…
    • thgmirrorT

      Change Folder of Logs of PM2 and NPM

      Watching Ignoring Scheduled Pinned Locked Moved Development
      11
      0 Votes
      11 Posts
      4k Views
      S
      @thgmirror and there is a $HOME/.npm folder for npm, but I have no idea what all is stored there, and what needs to be persistent and not
    • thgmirrorT

      CPU-Temperature as a graph with RRDtool

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      1
      1 Votes
      1 Posts
      943 Views
      thgmirrorT
      I added a graph about the progress of the CPU-temperture of my RPI3 to my MM via RRDtool: [image: 1649074819592-3b90bc2e-76cd-4e30-a2c4-5434cb843638-image.png] It looks a little bit nerdy, but the temperature is a nerdy hardware characteristic. OK, it is not so beautiful like grafana…but much easier to use. Therefor, it needs only a few steps to realize it: sudo apt-get install rrdtool will install it. Only one time create the database in the terminal session: rrdtool create cputemp.rrd --step 300 DS:temp:GAUGE:600:-20:90 RRA:AVERAGE:0.5:12:24 RRA:AVERAGE:0.5:288:31 Add two tasks to crontab: 2-57/5 * * * * rrdtool update cputemp.rrd N:$(vcgencmd measure_temp | cut -c "6-9") moves every 5 minutes the temperature to the database established above. 0 * * * * rrdtool graph /home/pi/MagicMirror/modules/cputemp.gif --start -24h --title "CPU-Temperatur" --vertical-label "Grad Celsius" --disable-rrdtool-tag DEF:cputemperatur=cputemp.rrd:temp:AVERAGE LINE1:cputemperatur#ff0000:"CPU-Temperatur" ; generates once in an hour a graph which will be displayed later. If you like, you can adjust the map legend (“CPU-Temperatur” and “Grad Celsius”) with descriptions in your language. Now create a file named cputemp.html in the modules-folder of your MM: <HTML> <HEAD> <TITLE>CPU Temperatur</TITLE> </HEAD> <body bgcolor=#000000> <img src="cputemp.gif"/> </body> </HTML> and use MMM-SmartWebDisplay in your config.js to show it: //################################################################################# { disabled: false, module: 'MMM-SmartWebDisplay', position: 'top_center', config: { logDebug: false, height: "180", width:"500", updateInterval: 0, NextURLInterval: 0, displayLastUpdate: false, url: ["/modules/cputemp.html"], } }, //################################################################################# Based on these steps, some more modifications of the appearance are possible. Please use your favorite search-engine for more.
    • thgmirrorT

      Sending Notification to html-file!?!?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      4
      0 Votes
      4 Posts
      610 Views
      S
      @thgmirror it’s not ‘in an html’ it has to be loaded into a browser. and then u have to export it correctly, and THEN you can call it ft another script.
    • thgmirrorT

      Temperature of a RPI3

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      1
      1
      1 Votes
      1 Posts
      450 Views
      thgmirrorT
      Hi all, I made some investigations about the temperature of my PI… without any cooling - around 52 degrees Celsius with a heatsink from an old PC stuck with cable ties - around 42 degrees Celsius with heatsink and a fan, also from my old PC - around 30 degrees Celsius [image: 1647076692670-df5ca236-67ca-4e41-bf9b-db34b4db0961-image.png] May be this is interesting for someone who use a PI in a close frame.
    • thgmirrorT

      Script pishrink reduces the size of backup-images to restore on smaller SD-cards

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      1k Views
      AssassinsA
      @thgmirror said in 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 You can read on pishrink, how to set this to .zip, the script i made is to .img
    • thgmirrorT

      No Tour de France module???

      Watching Ignoring Scheduled Pinned Locked Moved Development
      4
      2
      1 Votes
      4 Posts
      609 Views
      thgmirrorT
      Short update, same idea as above: [image: 1598869274369-e214c0ab-7973-4069-a71d-69e5f136739c-image.png] This is the videotext of the german broadcast ARD, looks more like MM:-) Built by this html (which I still can’t add as coding): [image: 1598869338318-51604256-6bd2-4046-a996-fb54b289d070-image.png]
    • thgmirrorT

      MMM-Pages - Turn scripts on/off when enter page

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      643 Views
      thgmirrorT
      Hi @rubenix , Thank you for your hint, I will give it a try. Greetings Thomas
    • thgmirrorT

      Collection of interesting Links

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      520 Views
      thgmirrorT
      @Mykle1 hahaha, that was not my question! I thought of this, for example: https://www.meteoblue.com/de/wetter/widget/setupthree/graz_Österreich_2778067 offers a nice looking easy to customize weather-forecast: [image: 1589263598351-62a25fae-a0bc-4558-9ca7-53aa3ca79ada-image.png] or Highway-cameras from Nordrhein-Westfalen with livestream (https://www.verkehr.nrw/#): [image: 1589262439823-d0d93531-4d8f-488e-a59e-d8c7c339a9ef-image.png] also available for Bayern and Switzerland or Rain-radar [image: 1589262851395-1b437ded-0619-40c1-a1d5-91720720c384-image.png] which has a way to get the html-source exported Create a local HTML-page on the PI with the content from above and use MMM-SmartWebDisplay to disply it on the screen. Greetngs Thomas
    • thgmirrorT

      MMM-pages - modules with same name on different pages

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      22
      0 Votes
      22 Posts
      7k Views
      P
      Your most welcome ! :slightly_smiling_face: Greeting from INDIA too! Prakhar
    • thgmirrorT

      Newsfeed with own RSS2 resp. XML

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      1k Views
      thgmirrorT
      Yeah Yeah Yeah - Success!!! I moved the file to the modules-folder and now it works!!! I plan to use the Newsfeed-ticker to display a protocoll of my podcast-downloader…I have some special requirements;-) Thank you, Sam
    • 1 / 1