MMM-SystemStats icon indicating copy to clipboard operation
MMM-SystemStats copied to clipboard

A module for the MagicMirror, to display system stats (cpu tmp, free ram, cpu load)

Results 26 MMM-SystemStats issues
Sort by recently updated
recently updated
newest added

Hi BenRoe, I have installed your Module for the MagicMirror, and after some startinng problems depending on the missing "request-module" it now works fine. The only Problem I have is...

The mirror [default `LOADING` translation](https://github.com/MichMich/MagicMirror/blob/a6cbc9f0ef46e4ba45e58e17f64f74410d8fe0b5/translations/de.json#L2) has html code in it which is not printed correctly.

Please update your module! It's causing MM to not start because it needs the Request module.

The freeMem value isn't a number due to "," so I suggest to replace it by "." and limite to 2 numbers behalf.

Due some recent changes in MagicMirror 2.17 this module is stopping MM to work. It needs the request module. After npn install do: `npm install request` Thats it. @BenRoe -...

Is there any way to change the font size of the displayed information? It is bigger than the other default modules and I was wondering if there is an option...

I've followed the instructions, MM loads just fine and doesn't throw any errors, however the module never "displays". I noticed on your readme that a "MMM-Syslog" is referenced, but it...