Ongoing fix! More information in my last post ;-)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-RemoteControl or vcgencmd Issue
-
RE: MMM-PIR-Sensor-Lite does not switch HDMI off
Hello all,
I think I have restored the compatibility of MMM-PIR-Sensor-Lite with Bullseye (lastest firmware). See issue on GitHub and more information in ReadMe
Can you install the testing version to confirm the resolution of this issue?
cd ~/MagicMirror/modules/MMM-PIR-Sensor-Lite git pull git checkout testing
Thanks for your feedback!
-
RE: MMM-BiathlonResults
Hello everyone,
The module is ready for the new season which starts on November 26! Think about:
- Update the module
- Update your configuration with the new ID cups
Grena
-
RE: MMM-VigiCrues
Bonjour @elmago,
J’ai l’impression que le problème vient du fait que les données ne sont pas classées par ordre chronologique. J’ai donc rajouté une fonction qui se charge de corriger cela avant de créer le graphique.
Pour voir si cela règle le problème, il faut mettre à jour le module avec les commandes suivantes :
cd ~/MagicMirror/modules/MMM-VigiCrues git pull
Merci pour votre retour !
-
RE: MMM-MarineWeather
@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
andwaterTemperature
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"] } } ]
-
MMM-BiathlonResults
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
-
RE: MMM-VigiCrues
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
-
RE: Images of MMM-EARTH, MMM-Globe, MMM-SolarPicture and MMM-nasaastropic are very small
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
andmaxMediaHeight
options to set the image size in pixels.I hope this will help!
Grena
-
RE: MMM-VigilanceMeteoFrance : how to display "vigilance Météo France"
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 } }
-
RE: CurrentWeather and WeatherForecast with MeteoFrance
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 !