Skip to content

A Magic Mirror module for the kids! Show them what to wear outside!

License

Notifications You must be signed in to change notification settings

lavolp3/MMM-WeatherBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-WeatherBoy

This is a Magic Mirror module for the kids! Show them what to wear outside! It uses broadcasted weather data to show a boy wearing weather-suitable clothes. Please note dependencies below

Screenshot

example screenshot

Installation

  1. clone this module into your modules folder
git clone https://github.com/lavolp3/MMM-WeatherBoy.git
  1. Add it to your config.js

Sample configuration

{
    disabled: false,
    module: 'MMM-WeatherBoy',
    position: 'top_right',
    config: {
        height: 400,
		randomColors: true,
    }
},

Config options

Following options are configurable via above config:

Option Default Description
height 400 Height of the module. Width will be autoset
randomColors true Color clothes randomly with every update
brightness 1.5 Adjust brightness of the picture. Value of 1 is original brightness
teint 2 Choose between teint colors. 1 is light, 5 is dark teint.
debug false Debug mode. Increases output to dev console.

Weather module dependency

This module needs to receive weather data from weather modules via module notifications. Currently only MMM-DarkSkyForecast is supported.

Further support is planned for:

If you have any suggestions or issues, let me know via an issue. Have fun!

About

A Magic Mirror module for the kids! Show them what to wear outside!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published