MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. grena
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    G
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 6
    • Posts 53
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-PIR-Sensor-Lite does not switch HDMI off

      @Volkae, have you updated the module from the testing branch since your last message that it worked?

      posted in Troubleshooting
      G
      grena
    • RE: MMM-RemoteControl or vcgencmd Issue

      Ongoing fix! More information in my last post ;-)

      posted in Troubleshooting
      G
      grena
    • 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!

      posted in Troubleshooting
      G
      grena
    • 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

      posted in Sport
      G
      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 !

      posted in Utilities
      G
      grena
    • 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 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"]
      		}
      	}
      ]
      
      posted in Utilities
      G
      grena
    • 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) :

      MMM-BiathlonResult ScreenShots

      I hope you like the module.
      Please inform me of any problems.

      Grena

      posted in Sport
      G
      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

      posted in Utilities
      G
      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 and maxMediaHeight options to set the image size in pixels.

      I hope this will help!

      Grena

      posted in Troubleshooting
      G
      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
      	}
      }
      
      posted in Troubleshooting
      G
      grena
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6