All Projects → mykle1 → MMM-EARTH

mykle1 / MMM-EARTH

Licence: MIT License
A MagicMirror module to display real time pictures of Earth as it rotates - The sunlit side.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to MMM-EARTH

WallberryTheme
Bringing the WallberryTheme to MagicMirror²
Stars: ✭ 94 (+95.83%)
Mutual labels:  magicmirror
MMM-network-signal
MagicMirror2 solid network status
Stars: ✭ 31 (-35.42%)
Mutual labels:  magicmirror
MMM-EmbedYoutube
Embed youtube video for MagicMirror
Stars: ✭ 29 (-39.58%)
Mutual labels:  magicmirror
MMM-mvgmunich
MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich
Stars: ✭ 21 (-56.25%)
Mutual labels:  magicmirror
MMM-Sonos
A module for the MagicMirror to display informations about the currently playing songs on your Sonos system.
Stars: ✭ 35 (-27.08%)
Mutual labels:  magicmirror
MMM-MotionDetector
This is a motion detector module for MagicMirror
Stars: ✭ 32 (-33.33%)
Mutual labels:  magicmirror
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+20.83%)
Mutual labels:  magicmirror
MagicMirror-Module-Template
Template module for MagicMirror
Stars: ✭ 54 (+12.5%)
Mutual labels:  magicmirror
MMM-Netatmo
A module for the MagicMirror to display informations about your rooms climate from your Netatmo system.
Stars: ✭ 26 (-45.83%)
Mutual labels:  magicmirror
MMM-Bring
A module for the MagicMirror that displays your Bring! shopping list.
Stars: ✭ 18 (-62.5%)
Mutual labels:  magicmirror
MMM-Fuel
Gas Station price Module for MagicMirror²
Stars: ✭ 47 (-2.08%)
Mutual labels:  magicmirror
SmartMirror
My MagicMirror running on a Raspberry Pi
Stars: ✭ 110 (+129.17%)
Mutual labels:  magicmirror
MMM-AlarmClock
Alarm Clock Module for MagicMirror²
Stars: ✭ 46 (-4.17%)
Mutual labels:  magicmirror
MMM-NFL
National Football League Module for MagicMirror²
Stars: ✭ 22 (-54.17%)
Mutual labels:  magicmirror
MirrorMirrorOnTheWallSkill
Alexa skill for controlling a MagicMirror²
Stars: ✭ 37 (-22.92%)
Mutual labels:  magicmirror
MMM-ShipmentTracking
Shipment Tracking Module for MagicMirror²
Stars: ✭ 24 (-50%)
Mutual labels:  magicmirror
MMM-OpenmapWeather
This module loads current weather as images on Magic Mirror
Stars: ✭ 18 (-62.5%)
Mutual labels:  magicmirror
MMM-MagicMover
MagicMirror² module to avoid screen burn-in
Stars: ✭ 21 (-56.25%)
Mutual labels:  magicmirror
MMM-LocalTransport
A module for the MagicMirror to display informations about local tranportation.
Stars: ✭ 35 (-27.08%)
Mutual labels:  magicmirror
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+116.67%)
Mutual labels:  magicmirror

MMM-EARTH

A MagicMirror module to display real time pictures of the Earth as it rotates. The sunlit side!

How we look - from 1,000,000 miles away!

On July 5th, 2016, the moon passed between DSCOVR and the Earth. EPIC snapped these images over a period of about 4 hours. In this set, the far side of the moon, which is never seen from Earth, passes by. The DSCOVR satellite is, at times, 1 million miles away, more than 4 times further away than the moon itself.

EDIT! On August 21, 2017, MMM-EARTH captured a unique perspective of the Total Solar Eclipse!

How you see it

NASA's Earth Polychromatic Imaging Camera (EPIC), aboard NOAA's DSCOVR satellite, provides daily, full disc imagery of the Earth and captures unique perspectives of certain astronomical events, such as lunar transits. (Seen above) EPIC uses a 2048x2048 pixel CCD detector coupled to a 30-cm aperture Cassegrain telescope. The DSCOVR satellite was launched by SpaceX on a Falcon 9 two-stage rocket on February 11, 2015 from Cape Canaveral.

Hardware

  • Works nicely on a Raspberry Pi 3 with default settings (after caching images for a few seconds).
  • Works best on a motherboard that is more robust than a Raspberry Pi 3. Results shown above.

Info

  • No API key is necessary but these limits apply.
  • 50 requests per IP address per day.

Installation of module and dependencies

  • git clone https://github.com/mykle1/MMM-EARTH.git into ~/MagicMirror/modules directory.
  • npm install in your ~/MagicMirror/modules/MMM-EARTH directory.

Add to Config.js

{
    module: "MMM-EARTH",
    position: "bottom_center",
    config: {
        mode: "Natural",
        rotateInterval: 15000,
        MaxWidth: "50%",
        MaxHeight: "50%",
    }
},

Config Options

Option Default Description
mode Natural Natural, Enhanced, Lunar, naturalThumb, enhancedThumb.
updateInterval 30*60*1000 Every 30 minutes = 48. DO NOT exceed 50 per day.
animationSpeed 3000 The speed at which each new image fades in and out.
rotateInterval 15000 The time between each new image. (Rotation)
initialLoadDelay 2500 Module load delay in ms
retryDelay 2500 Delay to retry fetching data.
useHeader false Must be set to true if you want a header
header "Your Header" Add header between the "" if desired.
MaxWidth "50%" Choose width of image. Should be the same as MaxHeight.
MaxHeight "50%" Choose height of image. Should be the same as MaxWidth.

This module would not be possible without the unfailing patience, generosity and kindness of:

cowboysdude (Module Developer Extraordinaire & Tutor)

Consultations and additions by:

Strawberry 3.141 (Super Genius).

Credit: NASA's Earth Polychromatic Imaging Camera (EPIC) team.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].