Read the statement by Michael Teeuw here.
MMM-Lunartic
-
Fun Moon Fact
We all know there was a man on the moon, but did you know that there is one who stayed there? Dr. Eugene Shoemaker, a Geological Surveyor, who educated the Apollo mission astronauts about craters, never made it into space himself, but it had always been one of his dreams. He was rejected as an astronaut because of medical problems. After he died, his ashes were placed on board the Lunar Prospector spacecraft on January 6, 1999, which was crashed into a crater on the moon on July 31, 1999. The mission was to discover if there was water on the moon at the time, but it also served to fulfill Dr Shoemaker’s last wish. -
@mykle1 You must be bored tonight…LOL
-
True, but I did find it interesting.
-
-
@pr05t3n said in MMM-Lunartic:
Something like this?
Well, not really. I don’t think I was clear enough. Yes, these links are to websites that contain pictures of the moon but not directly to the pictures. I did dig into the first site and isolated the url to today’s moon phase picture. Try it.
http://lunaf.com/img/moon/phase-13.png
Tomorrow that url will change, as will the image name.
The API url that is currently being used is static. It never changes. Only the image updates, not the url itself.
So, that’s what we need. A url to a current image of the moon (not a website containing moon pictures) and it has to update just the image. I’ll look when I can. You can still look. :-)
-
This ought to keep @Mykle1 busy for a couple weeks at least: https://www.programmableweb.com/category/astronomy/api
-
@bhepler said in MMM-Lunartic:
This ought to keep @Mykle1 busy for a couple weeks at least
Haha, thanks b! I’ll take a look. :thumbsup:
-
You do realize that I’ve done quite a few of those already? :-)
-
@mykle1 - Yes. Yes, I have. But I’m hoping you have an addiction to catc… er, code 'em all.
-
@bhepler said in MMM-Lunartic:
But I’m hoping you have an addiction
I have several. ;-)
I threw together a companion module to MMM-MARS using one of the API’s from your link. For everyone that needs to know the weather on Mars. (Me). I don’t know how reliable the data is going to be but I learned how to make an array (in the node_helper) and push it to the the module.js. I needed to do that in order to rotate the data. So, the simplest of modules but very rewarding because I learned something new.
https://github.com/mykle1/MMM-MARS-Weather
It’s only the very last line that rotates through 8 objects of data. SolDate, season, min and max air temp, atmospheric conditions (Sunny), min and max ground temp, sunrise and sunset at the rover’s locaton. A little css put it right under MARS