/MMM-windy

Primary LanguageJavaScript

MMM-Windy

Introduction

This is a module for MagicMirror that adds the Windy weather map.

alt text

Configuration

You will need to get your own API key which can be obtained here. To use the module, add the following to the modules array in your config/config.js file:

{
	module: "MMM-windy",
	position: 'fullscreen_above', // this must be set to 'fullscreen_above'
	config: {
		apiKey: 'YOUR_API_KEY',
    initLoadDelay: 50, // optional, default is 50 milliseconds
	}
}