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

    mebster5

    @mebster5

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mebster5 Unfollow Follow

    Latest posts made by mebster5

    • RE: MMM-SystemMonitor

      @btastic

      I’m new to MM and just been putting together my board over the last week.

      I’ve used your module and think it’s great.

      One thing I did find is that your default way of grabbing diskspace had the device hard coded.

      I made this change to node_helper.js:

      async.apply(exec, "df -h /|grep dev|awk '{print $4}'"),
      

      That looked for the root partition and was able to then return the correct value for me.

      posted in Utilities
      M
      mebster5