Hello everyone,
To complete my first Magic Mirror Module, MMM-APOD, I created another Module, MMM-SolarPicture, it displays the last Solar Dynamics Observatory (SDO) picture :
I hope you like the module.
Please inform me of any problems.
Grena
Hello everyone,
To complete my first Magic Mirror Module, MMM-APOD, I created another Module, MMM-SolarPicture, it displays the last Solar Dynamics Observatory (SDO) picture :
I hope you like the module.
Please inform me of any problems.
Grena
Hello everyone,
To complete the information given by my module MMM-VigilanceMeteoFrance, I created MMM-VigiCrues, it displays the last value of water level at a station in the Vigicrues network in France with chart and statistics :
You can add your own alerts !
I hope you like the module.
Please inform me of any problems.
Grena
@qu1que said in MMM-SolarPicture:
I wonder if it will be possible to show all the images from the SDO website one after the other, setting the time between one and another, so you can see them all consecutively.
This functionality was simple to integrate into the module… It’s now possible to activate an automatic slideshow of all images !
To do this, simply add the transitionInterval
option in your configuration with display time of one image before moving to the next in milliseconds ;)
To update the module:
cd ~/MagicMirror/modules/MMM-SolarPicture
git pull
Happy Christmas :christmas_tree:
Hello everyone,
I just released a third Magic Mirror Module, MMM-VigilanceMeteoFrance, it displays the current level of vigilance of weather phenomena in France and the associated risks :
I hope you like the module.
Please inform me of any problems.
Grena
Hello!
The new version of MMM-APOD allows to display the image of the day in the background!
Please read the documentation to customize and update MMM-APOD on your MagicMirror :winking_face:
Grena
This is now available with my new module: MMM-APOD !
MMM-APOD is an evolution of MMM-nasaastropic (thanks to NASA API) : supports image and video and display title, description and copyright.
Hello everyone,
I just released a second Magic Mirror Module, MMM-MarineWeather, it displays the current marine weather :
[card:grenagit/MMM-MarineWeather]
I hope you like the module.
Please inform me of any problems.
Grena
Hello everyone,
I just released my first Magic Mirror Module, MMM-APOD, it displays the latest Astronomy Picture Of the Day (APOD) !
This is an evolution of MMM-nasaastropic because the module uses NASA API and it can display all the information provided by NASA (image or video).
I hope you like the module.
Please inform me of any problems.
Grena
Ongoing fix! More information in my last post ;-)
Hello @madradrakie,
To display Astronomy Picture Of the Day (APOD), I advise you to use MMM-APOD rather than MMM-nasaastropic. MMM-APOD uses NASA API and it can display all the information provided by NASA (image or video).
For MMM-APOD and MMM-SolarPicture, you can use the maxMediaWidth
and maxMediaHeight
options to set the image size in pixels.
I hope this will help!
Grena