@strawberry-3-141
:thumbsup:
Update
The api is still down for both MMM-Lunartic and MMM-SunRiseSet. http://api.usno.navy.mil/
Copy and pasted from my earlier post.
If the api does not give back events for those coordinates it means the api does not have data in the free api for that location.
Custom.css
.MMM-Lunartic .DFCOE {
color: white; /* DFCOE color. Default is white. */
display: none; /* uncomment if you don't want this */
}
.MMM-Lunartic .DFS {
color: white; /* DFS color. Default is white. */
display: none; /* uncomment if you don't want this */
}
I am glad you find it interesting. I look forward to seeing the hummingbirds in my yard every summer. :-)
Three years after the initial post. Here they are:
@luke2102 said in friend of mine has tried to get half the modules working with out success:
my friend has tried to get this to work for keeps with out success their needs to be a easy way for people who do not understand how to edit files etc
There are more than a few people here willing to help you and your friend. You, and/or your friend simply need to ask for help but first you must make some attempt at doing it yourself. After that, you and your friend can create a topic, stating what you’ve already done and ask for help. User @sdetweil has written several installers and maintains them. Run one installer - Boom! MagicMirror is installed and works, making it incredibly easier than it used to be.
According to the MagicMirror creator, this is supposed to be a leaning experience. You are expected to read through the topics and learn how to do things. Make good use of the forum search feature. You can find many of your answers that way. If you get stuck, this is the place to ask for help, as mentioned above.
This is what you should have used. From the readme:
{
module: 'MMM-Events',
position: 'top_right',
config: {
city: "49.1829,0.3707", // "new york", or lat,long ex "40.123456,-74.123456",
radius: "100", // search radius
radiusDistance: "km", // mi or km
eventType: "music,movies_film,art,sports", // Choose from Events List below
when: "This Week", // "All", "Future", "Past", "Today", "Last Week", "This Week", "Next week", and months
mode: "noFrame", // "Frame" or "noFrame" (around picture)
apikey: "YOUR API KEY",
rotateInterval: 5 * 60 * 1000, // New Event Appears every 5 minutes
useHeader: true, // Set to true if you want a header
header: "Spectacle a proximité",
animationSpeed: 3000, // Event fades in and out
picture: true, // true, false = no image
}
},