Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykle1/MMM-NASA
To Infinity And Beyond
https://github.com/mykle1/MMM-NASA
Last synced: 3 months ago
JSON representation
To Infinity And Beyond
- Host: GitHub
- URL: https://github.com/mykle1/MMM-NASA
- Owner: mykle1
- License: mit
- Created: 2017-05-30T00:23:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T02:42:54.000Z (over 5 years ago)
- Last Synced: 2024-06-29T10:32:26.064Z (5 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-NASA**
README
## MMM-NASA
Stunning imagery and information about your universe. Looks amazing on your mirror!Brought to you by NASA's Hubble, Spitzer and Galaxy Evolution Explorer Telescopes. (And others)
## To Infinity And Beyond!
![](pix/1.JPG), ![](pix/6.JPG),
![](pix/2.JPG), ![](pix/4.JPG),
![](pix/3.JPG), ![](pix/5.JPG),
## Installation
* `git clone https://github.com/mykle1/MMM-NASA` into the `~/MagicMirror/modules` directory.
* No API needed!
* Annotated .css file included for sizing and coloring, text or no text.
## Config.js entry and options
{
module: 'MMM-NASA',
position: 'top_left',
config: {
search: "Galaxy", // See Config entries for search: (Bottom of ReadMe)
infoLength: 400, // length of info (mostly for static info)
scroll: "yes", // yes= scrolling info, no = static info
rotateInterval: 5 * 60000, // 5 minutes default. Must use ms (milliseconds)
useHeader: false,
header: "",
maxWidth: "300px", // For description text. Image size using css file.
animationSpeed: 3000, // Image fades in and out
}
},
## Config entries for search: "Galaxy", <-- Example
* The search field is somewhat flexible. You can enter either "Galaxy" or "Galaxies".
* There is no set list, per se. Try any astronomical term. These work.* Galaxy
* Galaxies
* Nebula
* Orion nebula
* Crab nebula
* Supernova
* Asterism
* Asteroid
* Black hole
* Comet
* Any planet name (e.g. Saturn, Jupiter, etc..)
* Constellation
* Any Constellation name (e.g. Scorpius, Pegasus, Pisces) https://starchild.gsfc.nasa.gov/docs/StarChild/questions/88constellations.html
* Culmination
* Binary Star
* Earthshine
* Eclipse
* Equinox
* Gibbous
* Meteor
* Milky Way
* Occultation
* Parallax
* Retrograde
* Solstice
* Terminator
* Transit## Try your own. Name something in the sky and see what you get.
## Special thanks to NASA and SpaceCowboysDude