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

    Posts

    Recent Best Controversial
    • RE: MMM-WindyV2 Layer Rotating

      @plainbroke It does, but the test API limits one to wind, temperature, and pressure.

      Sorry it took 7 days to respond, busy life, I suppose.

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: MMM-WindyV2 Layer Rotating

      Before I pulled the plug on running this module due to API costs, I did install V3, and it ran just fine without any need to tweak.

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: MMM-WindyV2 Layer Rotating

      I solved it. If you want more than temp, wind, or pressure for your layers you have to run a paid API. The free Testing API limits the layers.

      I am thinking my MM is not worth $1K per year to have a weather background.

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: MMM-WindyV2 Layer Rotating

      @KristjanESPERANTO I did, and I have not tried it yet. A cursory look and it may give the same issue. I will give it a go and report back.

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: MMM-WindyV2 Layer Rotating

      @sdetweil Thanks!

      posted in Troubleshooting
      M
      MikeTheYeti
    • MMM-WindyV2 Layer Rotating

      The module does not want to rotate through the weather layers. Below is my config:

            disabled: false,
            module: "MMM-WindyV2",
            position: 'fullscreen_above',          // this must be set to 'fullscreen_above'
              config: {
                  apiKey: 'XXXXXXX', // insert your free or paid API key here
                  initLoadDelay: 50,               // optional, default is 50 milliseconds
                  latitude: 41.432717,         // example: 69.123
                  longitude: -71.979947,       // example: 17.123
                  zoomLevel: 10,                    // set your preferred zoom level
                  showLayer: 'rain',               // wind, rain, clouds, temp, pressure, currents, waves
                  rotateLayers: true,              // set to true to rotate layers
                  layersToRotate: ['wind','rain'], // layers to rotate
                  delayRotate: 5000,               // delay between rotated layers, in milliseconds
                  wMinZoom: 3,                     // set minimum zoom level for WindyV2
                  wMaxZoom: 17,                    // set maximum zoom level for WindyV2
                  windyMetric: 'kt',               // 'kt', 'bft', 'm/s', 'km/h' and 'mph'
                  updateTimer: 60 * 60 * 1000 * 6, // update per 6 hours
                  retainZoom: true                 // retain zoomlevel between changing overlays
        }
      

      Any ideas? Thanks.

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: Default Weather Module Time Incorrect

      Thanks! It works!

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: Default Weather Module Time Incorrect

      I should add that on openweathermap.org for that location, it shows Sunny.

      posted in Troubleshooting
      M
      MikeTheYeti
    • Default Weather Module Time Incorrect

      I have the default module up and running, but the time appears to be off. For example, my local time currently is 1500 and the Current Weather shows the moon and the sunrise/sunset display is showing the next sunrise time. The header also says ETC/GMT (which I do not have set in my config.js).

      // Current Weather Module
      {
          disabled: false,
          module: "weather",
          position: "top_right", 
          header: "Current Weather",
          config: {
              weatherProvider: "openweathermap",
              type: "current",
              location: "Norwich",
              locationID: "4839843",
              apiKey: "XXXX"
      
          }
      },
      // 5-Day Weather Forecast Module
      {
          disabled: false,
          module: "weather",
          position: "top_right", 
          header: "5-Day Weather Forecast",
          config: {
              weatherProvider: "openweathermap",
              type: "forecast", // Use "forecast" for the 5-day forecast
              location: "Norwich",
              locationID: "4839843",
              apiKey: "XXXXX",
              colored: true
      
          }
      },
      

      My clock module is set to correct time, and my pi is also set correctly.

      Any where else I should check? Thanks.

      posted in Troubleshooting
      M
      MikeTheYeti
    • RE: No flights on map.

      Since I have you, and now that I have a look at a populated display. Is there a section in the MMM-Flights.js where I can modify what prints regarding flight info.

      I want to make things with a little more brevity, and maybe save some space. I would like to omit full airport names and full Airline names.

      When a long string of text displays it expands the map onto other stuff on my display.

      Thanks.

      posted in Transport
      M
      MikeTheYeti
    • 1
    • 2
    • 1 / 2