Skip to content

MagicMirror2 Display present state of 3M Radio Thermostats and sync INDOOR_TEMPERATURE to other modules

Notifications You must be signed in to change notification settings

JPMinAR/MMM-RadioThermostat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magic Mirror Module: 3M RadioThermostat

This modules for the Magic Mirror² will show a card with the current status of the an RadioThermostat branded WiFi controled thermostats, namely those produced by 3M. This module also publishes the INDOOR_TEMPERATURE notification for use in other modules.

The Module

The module is my first and I've focused on keeping it clean and to a simple task. Welcome to feedback or translations. (Note that I use translation to set which Font Awesome icon to represent Mode.)

How?

Manual install

  1. Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules # adapt directory if you are using a different one
git clone https://github.com/JPMinAR/MMM-RadioThermostat.git
cd MMM-RadioThermostat
npm install
  1. You need to assign your Radio Thermostat to either a static IP address or local domain name, URL is required in the config.
  2. Add the module to your config/config.js file, example given.
{
  module: 'MMM-RadioThermostat',
  position: 'bottom_center', // If not included module will not display but will still publish INDOOR_TEMPERATURE for other modules
  config: {
    url: "", //Required static IP or Local Domain Name
    showTitle: true, //Option (default: false) Shows Title/Header for Module
  }
},

About

MagicMirror2 Display present state of 3M Radio Thermostats and sync INDOOR_TEMPERATURE to other modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published