Read the statement by Michael Teeuw here.
MMM-EARTH
-
@Fonfon said in MMM-EARTH (Watch the sunlit side of Earth as it rotates):
I try it now ! great job !
Thank you. I hope you like it.
-
Really awesome job!!! Congrats! :)
-
@cowboysdude said in MMM-EARTH (Watch the sunlit side of Earth as it rotates):
Really awesome job!!! Congrats!
Thanks bro. I appreciate that. :thumbsup:
-
@cowboysdude said in MMM-EARTH (Watch the sunlit side of Earth as it rotates):
Really awesome job!!!
Now I would consider it awesome. Why? Well, it captured a unique perspective of the recent Total Solar Eclipse and I could not be more pleased. We’ve all seen the pictures of the sun eclipsed by the moon’s transit. A truly awe inspiring event. But who has seen the shadow that passed over the earth? MMM-EARTH, that’s who.
Ok, so I’m bragging a little, but come on! It’s friggin cool!
-
@Mykle1 That is really cool!
-
@cowboysdude said in MMM-EARTH (Captured unique perspective of Solar Eclipse August 21, 2017):
That is really cool!
Thank you!
Again, I would like to thank you @cowboysdude and @strawberry-3-141 for your assistance when I was stuck developing this module.
-
Download:
[card:mykle1/MMM-EARTH]
Update Version 1.0.1
NASA changed their data without consulting me first. :^)
Thanks to JohnB7777 for creating the issue and bringing it to my attention.
And a tremendous Thank You to @cowboysdude for the fix and the pull request.
So, a
git pull
in your MMM-EARTH directory will correct the problem. -
In light of the recent hurricane activity plaguing the Caribbean and the Eastern United States, I did a quick check of conditions using MMM-EARTH. You can see the storm paths and their development.
-
Download:
[card:mykle1/MMM-EARTH]
Update Version 1.0.2
NASA changed their data AGAIN without consulting me AGAIN.
The nerve!
So, once again, a
git pull
in your MMM-EARTH directory should set things to right, AGAIN. :^) -
Another old Noob trying to learn …
I just started RPI and MM last week, changed some basic things in my config file.
But EARTH will not turn (it is static).
Can somebody have a look?/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "nl", timeFormat: 24, units: "metric", modules: [ { module: "MMM-EARTH", position: "top_center", config: { mode: "Natural", rotateInterval: 15000, MaxWidth: "20%", MaxHeight: "20%", } }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "Feestdagen", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "https://www.mozilla.org/media/caldata/DutchHolidays.ics" } ] } }, { module: "", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "Apeldoorn,Netherlands", locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt appid: "Xxxxxxxxxx" } }, { module: "weatherforecast", position: "top_right", header: "Weersvoorspelling", config: { location: "Apeldoorn,Netherlands", locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt appid: "Xxxxxxxx" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Nu.nl", url: "http://www.nu.nl/rss/Algemeen" } ], showSourceTitle: true, showPublishDate: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
Thanks!
Peter