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: 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
    • RE: MMM-MarineWeather

      @Deckard99 said in MMM-MarineWeather:

      Google says this is San Diego…where I live…

      I think you forgot the - for the longitude (to the west of Greenwich) !

      With these coordinates, you’re in San Diego!

      latitude: 32.7157,
      longitude: -117.16,
      
      posted in Utilities
      G
      grena
    • RE: MMM-MarineWeather

      @Deckard99 said in MMM-MarineWeather:

      latitude: 32.7157,
      longitude: 117.16,

      For me, the place associated with this coordinates is located near a lake in China! You may be able to verify that the coordinates are correct: www.latlong.net

      posted in Utilities
      G
      grena
    • RE: MMM-MarineWeather

      @boivinmi
      With your MMM-MarineWeather configuration, it works fine! Did you restart the magic mirror?

      {
         module: "MMM-MarineWeather",
         header: "Marine Weather",
         position: "top_right",
         config: {
            latitude: 46.829853,  // Latitude 
            longitude: -71.254028, // Longitude
            appid: "414492aa-c717-11e9-a3da-0242ac130004-4144953e-c717-11e9-a3da-0242ac130004"
         }
      },
      

      magicmirror.png

      Since I can’t reproduce your bug, you have to see if there are any error messages in the console!

      posted in Utilities
      G
      grena
    • RE: MMM-MarineWeather

      @ryanbeljan : Thank you for your positive feedback. I will work on a new version of the module to use the new information of API v2 (currently the module uses API v1) ;)

      @boivinmi : Currently, it’s not possible to choose the information displayed with params. By removing this line from your configuration, it works fine!

      @Deckard99 : Indeed, there is a problem with waveHeight at your location (probably because it is a lake and not the sea). In the next version, I will integrate a better detection of this type of error to avoid the total blocking of the module!

      posted in Utilities
      G
      grena
    • RE: MMM-VigiCrues

      Bonjour @Ottosophie !

      En effet, les paramètres par défaut du graphique posaient problème quand le niveau d’eau était négatif, c’est maintenant corrigé !

      Pour mettre à jour le module sur ton Magic Mirror :

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

      J’en ai profité pour rajouter 2 options :

      • beginAtZero permet de choisir si le graphique commence (ou pas) à 0.
      • showChartBackground permet de choisir l’arrière-plan est affiché (ou non).

      Grena

      posted in Utilities
      G
      grena
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6