mmm-systemtemperature

Display the temperature of your Raspberry Pi on your Magic Mirror.

MIT License

Stars
39

Module: MMM-SystemTemperature

This MagicMirror modules allows you to show your processor temperature on you mirror. It also allows to safely shutdown the Raspberry Pi using MMM-Remote-Control if you configure it.

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/MichMich/mmm-systemtemperature.git

Install dependencies:

npm install

Configure the module in your config.js file.

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
	{
		module: 'mmm-systemtemperature',
		position: 'top_center',	// This can be any of the regions.
		classes: 'small dimmed', // Add your own styling. Optional.
		config: {
			// See 'Configuration options' for more information.
		}
	}
]

Configuration options

The following properties can be configured: