MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MarineWeather troubleshooting

    Scheduled Pinned Locked Moved Utilities
    1 Posts 1 Posters 11 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      RocoJo
      last edited by sdetweil

      Re : MMM-MarineWeather

      Bonjour,

      Je rencontre actuellement un problème sur ce module.

      Je me suis bien enregistré avec la version 3.0 pour obtenir l’API Key, mais malgré cela, j’ai le message chargement ou Please set the correct Storm Glass appid in the config for module : MMM-MarineWeather.

      Voici mon code :

      
       {
                              module: "MMM-MarineWeather",
                              position: "top_right",
                              header: "Conditions Marines",
                              config: {
                              // --- OpenWeather 3.0 ---
                              provider: "openweathermap",     // "openweathermap" ou "openweather" selon ta version
                              apiKey: "XXxXXXXXxxxXxXXXcXXXXXXXxXXXxxx",
      
                              // Coordonnées de ta zone
                              latitude: XX.390394,
                              longitude: -X.XX390394,
      
                              // Unitée & langue
                              units: "metric",        // metric pour °C, m/s, mètres
                              lang: "fr",
      
                              // --- Rafraîchissement ---
                              updateInterval: 10 * 60 * 1000, // 10 minutes
                              retryDelay: 2 * 60 * 1000,
      
                              // --- Affichage principal ---
                              showHeader: false,
                              showWeather: true,
                              showTemperature: true,
                              showFeelsLike: true,
                              showHumidity: true,
                              showPressure: true,
                              showDewPoint: false,
      
                              // --- VENT ---
                              showWind: true,
                              windUnit: "km/h",       // km/h, m/s, knots
                              windGust: true,
      
                              // --- MER / HOULE (si données disponibles par OpenWeather Marine API) ---
      showWaves: true,
                              showSwell: true,
                              showSeaState: true,
      
                              // --- Prévisions ---
                              showForecast: true,
                              forecastLimit: 5,       // nombre de jours affichés
                              forecastWind: true,
                              forecastSea: true,
      
                              // --- Storm Glass ---
                              showStormGlass: true,
                              stormglassStyle: "crystal",     // default, simple, crystal
                              stormglassSize: 150,    // taille en pixels
                              stormglassAlign: "center",
      
                              // --- Mise en forme visuelle ---
                              iconTheme: "marine",    // marine, default, dark, light
                              showSunrise: true,
                              showSunset: true,
      
                              // --- Options avancées ---
                              animationSpeed: 1000,
                              timeFormat: 24,
                              decimalSymbol: ",",
                              }
                      },
      

      Code généré via Chat GPT.

      J’avoue que je tourne en rond.

      MERCI pour votre retour.

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy