Skip to content

Displays live video from the International Space Station on your MagicMirror

License

Notifications You must be signed in to change notification settings

mykle1/MMM-ISS-Live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-ISS-Live

  • Displays live video from the International Space Station

  • Audio from the ISS (when available)

Live video from the International Space Station includes internal views when the crew is on-duty and Earth views at other times. The video is accompanied by audio of conversations between the crew and Mission Control. This video is only available when the space station is in contact with the ground.

During "loss of signal" periods, viewers will see a blue screen. Since the station orbits the Earth once every 90 minutes, it experiences a sunrise or a sunset about every 45 minutes. When the station is in darkness, external camera video may appear black, but can sometimes provide spectacular views of lightning or city lights below.

Examples

The module is a live stream. These are still shots, obviously.

Installation

  • git clone https://github.com/mykle1/MMM-ISS-Live into the ~/MagicMirror/modules directory.

Config.js entry and options

{
disabled: false,
module: 'MMM-ISS-Live',
position: 'bottom left',
config: {
    useHeader: false,                // true if you want a header
    header: "",                      // Change in config file. useHeader must be true
    animationSpeed: 1000,            // fade speed
}

},

Electron may hinder the use of autoplay. Known issue.

This will fix it

Edit MagicMirror/js/electron.js

Add the line shown below

let mainWindow;

function createWindow() {
    app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //< -------- added

Save and restart MagicMirror

About

Displays live video from the International Space Station on your MagicMirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published