MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    unRAID-MMM - UnRAID Statistics Display

    Scheduled Pinned Locked Moved Utilities
    3 Posts 2 Posters 504 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      ArtificialAI
      last edited by

      Just released a new module, I pulled an all-nighter to work on it lol.

      I developed unRAID-MMM as I wanted to display my unRAID statistics on my mirror but couldn’t find an existing module that fit my requirements, so here it is for everyone else to enjoy.

      I will drop the repo link and a screenshot of my layout below. It is super simple to set up, and the repo readme should explain it well enough.
      If you have any questions, let me know. :)

      https://github.com/artificialai223/unRAID-MMM

      Example

      1 Reply Last reply Reply Quote 0
      • S Offline
        sletrabf
        last edited by

        @ArtificialAI Hello! I hope I can give you a hint although I don’t use the module ^^
        I just noticed that you use different units for the same conversion and it looks a little weird for me. Maybe you can mention in what unit the value data.capacity.disks.free can be read out?

        In the example entry in your config.js you have TB:

        formatter: "(data) => (data.capacity.disks.free / 1024 / 1024).toFixed(2) + ' TB'",
        

        In your formatter examples you have GB:

        (d) => (d.capacity.disks.free / 1024 / 1024).toFixed(1) + ' GB'
        

        Best regards,
        sletrabf

        A 1 Reply Last reply Reply Quote 1
        • A Offline
          ArtificialAI @sletrabf
          last edited by

          @sletrabf I will fix that as I wrote the readme as I was developing it so probably used wrong unit somewhere.

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy