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

    Topics

    • R

      MMM-Year-Progress

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      1 Votes
      1 Posts
      1k Views
      R
      Description This is just a small module that tracks the progress of the year / month / week. It’s based on all this existing websites / apps, so thanks to them for the inspiration: @year_progress year_progress Progress Bar Screenshots: [image: screenshot.png] Download: [card:ryck/MMM-Year-Progress]
    • R

      MMM-Humanize-Duration

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      7
      5 Votes
      7 Posts
      3k Views
      bheplerB
      Congratulations upon reproducing!
    • R

      Need more compliments? compliments.json

      Watching Ignoring Scheduled Pinned Locked Moved Fun & Games
      16
      4 Votes
      16 Posts
      12k Views
      A
      @sdetweil YUP - YOUR file works. And NOW the copied on from Git to my local directory works too… Oh well, I guess my MM just needed to know some master was watching it! Thanks for all the help, Karl
    • R

      MMM-AQI

      Watching Ignoring Scheduled Pinned Locked Moved Health
      61
      7 Votes
      61 Posts
      60k Views
      R
      @Nneuland you don’t need to worry about dependencies, just clone the module in the modules folder, do npm install and then add the config, with the proper token
    • R

      MMM-DHT-Sensor - Get temperature & humidity values from a DHT sensor

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      22
      2 Votes
      22 Posts
      16k Views
      BKeyportB
      If the author ever comes back, I’ve made a couple of changes to the module that I’d love to see applied. Floating point trouble, (both temperature and humidity values are coming up as “xx.xxx9999999999”) I have a DHT22, but it did this with the DHT11 too, before I burned it up trying to move it from one board to another. This gives you the tens and rounds off the rest. // Convert C to F if (this.config.units === "imperial") { this.temperature = Math.round((data.temperature * 9/5 + 32)*10)/10; } else { this.temperature = data.temperature; } if (typeof this.temperature !== "undefined" && this.temperature !== null) { this.sendNotification("INDOOR_TEMPERATURE", this.temperature); } this.humidity = Math.round(data.humidity*10)/10; if (typeof this.humidity !== "undefined" && this.humidity !== null) { this.sendNotification("INDOOR_HUMIDITY", this.humidity); } this.updateDom(this.config.animationSpeed); }
    • R

      22'' Display + 40cmx50cm IKEA Frame + PIR Sensor

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      29
      9 Votes
      29 Posts
      42k Views
      G
      @ryck , yes please a photo will be helpful, just to illustrate. Also - was the visibility in the film ok? or was it too transparent?
    • R

      MMM-TFL-Arrivals - Real time TfL arrival predictions for bus/tube/etc stops

      Watching Ignoring Scheduled Pinned Locked Moved Transport
      2
      0 Votes
      2 Posts
      2k Views
      R
      Version 1.3.0 Fixes typo (app_key vs api_key) so now you won’t hit the API limit. Sorry about that. Thanks to flick116 for opening the issue.
    • 1 / 1