A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-NASA
-
Thanks, Wolfgang
-
-
Check your locations and local times, but here is the information about today’s total solar eclipse. Here in New York, we’ll only experience a 75% eclipse, but what a magnificent event! Lucky are you if you live within the 100% viewing areas.
I love this stuff!
-
All I get is Hello Universe
{ module: 'MMM-NASA', position: 'bottom_right', config: { search: "Galaxies", infoLength: 400, scroll: "yes", rotateInterval: 60, useHeader: false, header: "", maxWidth: "300px", animationSpeed: 3000, } },
ive tried playing with the intervals with no luck either
-
I just tried your config entry. The module can’t function with
rotateInterval: 60,
. That is only 60 milliseconds. Please tryrotateInterval: 60 * 1000,
. That’s 60 seconds. It will give the module time to display the image and the information that comes with each image.