Skip to content

A MagicMirror module to get system stats from a PC board. Supports multiple core CPU's.

License

Notifications You must be signed in to change notification settings

mykle1/MMM-PC-Stats

Repository files navigation

MMM-PC-Stats

Designed for PC boards running MM. Retrieves the CPU name, amount of total RAM and Free Ram, and identifies the CPU and the CPU load by percentage, per core/threads. Tested on ubuntu OS. Now it gets the temperature of each core of your processor

Initial version. Expect more options.

  • You can set how often the data is retrieved (config option)

  • You can set it so only the values change or the entire module fades in and out when data is retrieved.

  • CPU temperature, per core.

  • Annotated .css file included for coloring text and header.

Examples

  • One with color. One standard white.

Installation

  • git clone https://github.com/mykle1/MMM-PC-Stats into the ~/MagicMirror/modules directory.

  • npm install in your ~/MagicMirror/modules/MMM-PC-Stats directory.

Config.js entry and options

{
       disabled: false,
       module: 'MMM-PC-Stats',
       position: 'top_left',
	   config: {
	   videoCard: "NVIDIA GeForce GTX660", // name of your video card
		useHeader: true,           // true if you want a header. 
    	   	header: "MMM-PC-Stats",    // Any text you want. useHeader must be true
    	   	maxWidth: "300px",
    	   	animationSpeed: 0,         // 0 = no fade in and out. Only CPU load and Free RAM usage changes.
		updateInterval: 15 * 1000, // How often the CPU and Free RAM is checked for load and usage.
	}
},

SpaceCowboysDude gets props for his loop magic trick and his combining 2 npm packages in one return

And Sam for his wizardry at getting data from a terminal command

About

A MagicMirror module to get system stats from a PC board. Supports multiple core CPU's.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published