GithubHelp home page GithubHelp logo

mmm-globe's Introduction

MMM-Globe

This a module for the MagicMirror. It can display live images of our planet. The pictures are taken from the Himawari-8 sattelite. You can also display custom pictures.

Preview

Installation

  1. Navigate into your MagicMirror's modules folder and execute git clone https://github.com/LukeSkywalker92/MMM-Globe.git.

Config

The entry in config.js can include the following options:

Option Description
style Style of the image. There are four different styles available depending on your desired center. Preview them here:
* Asia-centric images
* Africa/Europe-centric images
* Latin America-centric images

Type: string Possible values: natColor, geoColor, airMass, fullBand, europeDiscNat, europeDiscSnow, centralAmericaDiscNat
imageSize Defines the size of the displayed image in pixels.

Type: integer
Default value: 600
updateInterval How often the image is updated. There is a new picture uploadet every 10 minutes. So there is no need to go faster.

Default value: 10 • 60 • 1000 // every 10 minutes
ownImagePath If you want to display a custom picture, place the link of it here. The module will automatically display it.

Default value: ''

Here is an example of an entry in config.js

{
	module: 'MMM-Globe',
	position: 'center',
	config: {
		style: 'geoColor',
		imageSize: 600,
		ownImagePath:'',
		updateInterval: 10*60*1000
	}
},

Special Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.