MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Darksky weather module not loading

    Troubleshooting
    5
    18
    3981
    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.
    • B
      buzzman last edited by

      @Kaviish

      here is mine lat and long . you need the ’ at the start and at the end of the number .it works great
      ‘43.xxxx’,
      ‘-88.xxxx’

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @buzzman last edited by

        @buzzman said in Darksky weather module not loading:

        you need the ’ at the start and at the end of the number

        No sir, you do not need the quotes, nor are they called for in the readme. However, it does work with the quotes but that is not his issue at this point.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • K
          Kaviish @Mykle1 last edited by

          @mykle1 so should I delete the module and download it again?

          Mykle1 1 Reply Last reply Reply Quote 0
          • K
            Kaviish last edited by

            then can yall suggest me some weather module other than this?

            1 Reply Last reply Reply Quote 0
            • Mykle1
              Mykle1 Project Sponsor Module Developer @Kaviish last edited by Mykle1

              @kaviish said in Darksky weather module not loading:

              so should I delete the module and download it again?
              then can yall suggest me some weather module other than this?

              First things first, in this order, if you are willing.

              1. Try this config entry. (copy and paste it into your config, replacing your current entry and entering your APi key precisely.
              {
                  disabled: false,
                  module: 'MMM-darksky-hourly',
                  position: 'top_right',
                  config: {
                     apiKey: 'Your API key goes here inside the quotes',
                     latitude: 19.0760,
                     longitude: 72.8777,
                  }
                },
              

              Save your config and run MM.

              1. If that doesn’t work. Start MM with the command npm start dev and click on the console tab at the top and post any errors that appear. You may have to scroll a bit.

              2. You CAN delete and reinstall but I suspect something else is amiss. This module should work for you.

              3. There are quite a few weather modules. You can find them here. https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules

              NOAA3 seems to be the most popular weather module to date and it is well maintained and supported by the author. Otherwise, you can take a look at all that are available and choose from them.

              Create a working config
              How to add modules

              K 1 Reply Last reply Reply Quote 0
              • K
                Kaviish @Mykle1 last edited by

                @mykle1 said in Darksky weather module not loading:

                disabled: false,

                still showing error
                0_1540989348898_Screenshot 2018-10-31 at 6.02.40 PM.png

                1 Reply Last reply Reply Quote 0
                • K
                  Kaviish last edited by Kaviish

                  Thnx a lot @Mykle1 and everyone. it turned out that darksky wasn’t working for my location. I changed my site and the modules started working

                  Mykle1 1 Reply Last reply Reply Quote 0
                  • Mykle1
                    Mykle1 Project Sponsor Module Developer @Kaviish last edited by

                    @kaviish

                    That’s odd because I entered your original lat and lon and it fired right up for me.

                    Glad you got it sorted. 👍

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 2 / 2
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy