Skip to content

melgrigsby/MMM-RabbitAir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-RabbitAir

This is a MagicMirror2 module that will display air quality data from RabbitAir air purifiers.

Dependencies

Installation

  1. Navigate to ~/MagicMirror/modules and clone this repository:

    git clone https://github.com/melgrigsby/MMM-RabbitAir.git

  2. Install modules with npm install.

  3. Edit your MagicMirror's config.js file to include the following:

     {
           disabled: false,
           module: 'MMM-RabbitAir',
           header: 'RabbitAir Status',
           position: 'bottom_left',
           config: {
                  username: 'your_rabbitair_username',
                  password: 'your_rabbitair_password'
           }
     }

Screenshot

Screen Shot 2022-05-18 at 8 09 19 PM

Disclaimer: I am not a programmer, so this is not the most polished piece of code. But if you'd like to improve upon it, pull requests would be welcomed. :)

About

RabbitAir air purifier module for MagicMirror

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published