Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. grena
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    G
    • Profile
    • Following 0
    • Followers 2
    • Topics 6
    • Posts 38
    • Best 8
    • Groups 1

    grena

    @grena

    Module Developer

    13
    Reputation
    395
    Profile views
    38
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    grena Follow
    Module Developer

    Best posts made by grena

    • MMM-SolarPicture

      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 :

      MMM-SolarPicture ScreenShots

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

      Grena

      posted in Entertainment
      G
      grena
    • MMM-VigiCrues

      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 :

      MMM-VigiCrues ScreenShots

      You can add your own alerts !

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

      Grena

      posted in Utilities
      G
      grena
    • RE: MMM-Nasaastropic header title from url image

      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.

      MMM-APOD ScreenShots

      posted in Troubleshooting
      G
      grena
    • MMM-APOD

      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).

      MMM-APOD ScreenShots

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

      Grena

      posted in Entertainment
      G
      grena
    • MMM-MarineWeather

      Hello everyone,

      I just released a second Magic Mirror Module, MMM-MarineWeather, it displays the current marine weather :

      • Water and air temperatures
      • Wind conditions : speed, direction
      • Wave conditions : height, direction, period

      MMM-MarineWeather ScreenShots

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

      Grena

      posted in Utilities
      G
      grena
    • RE: MMM-SolarPicture

      @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 🎄

      posted in Entertainment
      G
      grena
    • MMM-VigilanceMeteoFrance

      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 :

      MMM-VigilanceMeteoFrance ScreenShots

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

      Grena

      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

    Latest posts made by 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
    • 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 !

      posted in Utilities
      G
      grena
    • RE: MMM-APOD

      @rudibarani

      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!

      posted in Entertainment
      G
      grena
    • RE: MMM-VigilanceMeteoFrance

      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 😉

      posted in Utilities
      G
      grena
    • RE: MMM-MarineWeather

      Hello everyone,

      MMM-MarineWeather 0.2.0 has just been released, you can now:

      • Display additional information (pressure, cloud cover, visibility, sea level) with API v2.
      • Customize displayed information (except water temperature and air temperature).

      MMM-MarineWeather 0.2.0 ScreenShots

      To update:

      cd ~/MagicMirror/modules/MMM-MarineWeather
      git pull
      

      I hope you like this new version.
      Please inform me of any problems.

      Grena

      posted in Utilities
      G
      grena
    • RE: trouble to login in MM forum

      @sdetweil Yes ! Thanks 😉

      posted in Troubleshooting
      G
      grena