• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-windyV2 module installed, but have a problem

Scheduled Pinned Locked Moved Unsolved Troubleshooting
5 Posts 3 Posters 701 Views 3 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.
  • D Offline
    DavidSung
    last edited by DavidSung Jan 14, 2022, 8:33 AM Jan 14, 2022, 8:23 AM

    hellow, I installed MMM-windyV2 and set config.js also.

    but when I npm run start, it’s working other modules, but not working MMM-windyV2

    just black screen and date, newsfeed etc.

    here is my cord.

    1642149173.035.png

    broadcastNewsUpdates: true
    }
    },
    {
    module: ‘MMM-AirQuality’,
    position: ‘top_right’,
    config: {
    location: ‘korea/gyeonggi/gunpo-si/dang-dong/’,
    lang: ‘kr’
    }
    },
    {
    module: “MMM-WindyV2”,
    position: ‘fullscreen_above’, // this must be set to ‘fullscreen_above’
    config: {
    apiKey: ‘N0KGdbz9qUYjaAbW6X0L311BHBBmGcQk’, // insert your free or paid API key here
    initLoadDelay: 50, // optional, default is 50 milliseconds
    latitude: 127.7, // example: 69.123
    longitude: 36.6, // example: 17.123
    zoomLevel: 6, // set your preferred zoom level
    showLayer: ‘rain’, // wind, rain, clouds, temp, pressure, currents, waves
    rotateLayers: false, // 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: ‘m/s’, // ‘kt’, ‘bft’, ‘m/s’, ‘km/h’ and ‘mph’
    updateTimer: 60 * 60 * 1000 * 6, // update per 6 hours
    retainZoom: true // retain zoomlevel between changing overlays
    }
    },
    // {
    // module: “MMM-windy”,
    // position: ‘fullscreen_above’, // this must be set to ‘fullscreen_above’
    // config: {
    // apiKey: ‘N0KGdbz9qUYjaAbW6X0L311BHBBmGcQk’,
    // initLoadDelay: 50, // optional, default is 50 milliseconds
    // location: { // optional location in latitude and longitude
    // lat: 36.5,
    // lng: 127.7,
    // },
    // zoom: 3, // optional zoom level, default is 5. Bigger numbers zoom closer
    // particlesAnim: ‘on’, // optional, turns particles animation on or off, default ‘on’
    // graticule: false, // optional
    // englishLabels: false, // optional
    // hourFormat: ‘12h’, // optional
    // overlay: ‘wave’ //optional
    // }
    // },

    ]
    };

    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== “undefined”) {module.exports = config;}

    C M 2 Replies Last reply Jan 14, 2022, 12:17 PM Reply Quote 0
    • C Offline
      cowboysdude Module Developer @DavidSung
      last edited by Jan 14, 2022, 12:17 PM

      @davidsung Just a thought here and is very common. If you copied and pasted the config example from Github then it will not work. Go through and edit all your ’ and " and change them. For some reason they do not copy well and create errors.

      Give that a try first!

      D 1 Reply Last reply Jan 16, 2022, 7:04 AM Reply Quote 0
      • M Offline
        mumblebaj Module Developer @DavidSung
        last edited by Jan 14, 2022, 1:56 PM

        @davidsung Does seem to be related to the quotes. Also, please always remove your API Keys prior to posting. ;-)

        Check out my modules at: https://github.com/mumblebaj?tab=repositories

        D 1 Reply Last reply Jan 16, 2022, 7:07 AM Reply Quote 0
        • D Offline
          DavidSung @cowboysdude
          last edited by Jan 16, 2022, 7:04 AM

          @cowboysdude thx , I will try that way :)

          1 Reply Last reply Reply Quote 0
          • D Offline
            DavidSung @mumblebaj
            last edited by Jan 16, 2022, 7:07 AM

            @mumblebaj thx for ur reply, :) I didn’t thought about API key. will remove that

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              1/5
              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