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
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 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
Hello everyone,
I just released a second Magic Mirror Module, MMM-MarineWeather, it displays the current marine weather :
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
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
@grena Nice little module!
Thanks
I have the full thing working (like the graphic on the left), but was hoping to use the simpler version (like the graphic on the far right) – but using params causes an error… Maybe I’m getting the syntax wrong – could you provide an example of how that line of the config should appear please?
The parameters requested from Storm Glass must be kept to a minimum, i.e., airTemperature
and waterTemperature
like this:
modules: [
{
module: "MMM-MarineWeather",
position: "top_right",
config: {
latitude: 0, // Latitude
longitude: 0, // Longitude
appid: "abcde12345abcde12345abcde12345ab", // StormGlass API key (docs.stormglass.io)
params: ["airTemperature", "waterTemperature"]
}
}
]
@grena Nice little module!
Thanks
I have the full thing working (like the graphic on the left), but was hoping to use the simpler version (like the graphic on the far right) – but using params causes an error… Maybe I’m getting the syntax wrong – could you provide an example of how that line of the config should appear please?
The parameters requested from Storm Glass must be kept to a minimum, i.e., airTemperature
and waterTemperature
like this:
modules: [
{
module: "MMM-MarineWeather",
position: "top_right",
config: {
latitude: 0, // Latitude
longitude: 0, // Longitude
appid: "abcde12345abcde12345abcde12345ab", // StormGlass API key (docs.stormglass.io)
params: ["airTemperature", "waterTemperature"]
}
}
]
Hello everyone,
I just released a new Magic Mirror Module, MMM-BiathlonResults, it displays the current biathlon results (World Cup and IBU Cup) :
I hope you like the module.
Please inform me of any problems.
Grena
Bonjour @Thierry17,
Tout d’abord merci pour ton retour positif sur mon module
La personnalisation du graphique n’est pas possible en CSS car il s’agit d’une image générée directement en JS. J’ai donc ajouté les 5 options suivantes afin de permettre la personnalisation de la couleur des différents éléments du graphique :
colorLine
colorBackground
colorLegend
colorTick
colorLabel
Comme dans la précédente version, les couleurs par défauts reprennent la charte graphique de MagicMirror.
Pour mettre à jour le module :
cd ~/MagicMirror/modules/MMM-VigiCrues
git pull
Peux-tu tester cette nouvelle fonctionnalité et me dire si cela fonctionne bien ?
Grena
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
Hello @RIKKO14,
I think I understood that you want to display the text " Vigilance Météo France " at the top of the module (as a title)?!
I invite you to consult the MagicMirror documentation where you will find all the general options to configure modules. The header option should allow you to do what you want!
Example:
{
module: "MMM-VigilanceMeteoFrance",
position: "top_left",
header: "Vigilance Météo France",
config: {
department: 75, // Department number
}
}
A ma connaissance, Météo-France ne met pas gratuitement à disposition de données de prévision météo via une API ou un fichier XML. Voir l’offre de services de Météo-France !
Donc sur Magic Mirror, Météo France ne fait pas partie des fournisseurs de données météo !
when I add the description. In addition, the description is shown on the left whereas the image was set to middle_center.
I never used this position for MMM-APOD module! The text is normally automatically aligned according to the position of the module. This bug is normally fixed after updating the module:
cd ~/MagicMirror/modules/MMM-APOD
git pull
Would it be possible
- that the image maintains its defined size when the description is displayed
I could not reproduce this bug! The maximum width of the text and image is already defined by the maxMediaWidth
setting!
Bonjour @Wilfried,
Je ne suis pas certain que ta question ait été postée au bon endroit… Ici, on parle du module MMM-VigilanceMeteoFrance que j’ai développé pour exploiter les données fournies sur la vigilance météo en France.
Tu peux peut-être essayer d’ouvrir un nouveau sujet pour poser ta question
Hello everyone,
MMM-MarineWeather 0.2.0 has just been released, you can now:
To update:
cd ~/MagicMirror/modules/MMM-MarineWeather
git pull
I hope you like this new version.
Please inform me of any problems.
Grena