• 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.

Darksky weather module not loading

Scheduled Pinned Locked Moved Unsolved Troubleshooting
18 Posts 5 Posters 6.6k Views 4 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.
  • B Offline
    buzzman
    last edited by Oct 29, 2018, 9:05 PM

    @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’

    M 1 Reply Last reply Oct 30, 2018, 12:33 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @buzzman
      last edited by Oct 30, 2018, 12:33 AM

      @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 Offline
        Kaviish @Mykle1
        last edited by Oct 30, 2018, 1:00 PM

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

        M 1 Reply Last reply Oct 30, 2018, 10:04 PM Reply Quote 0
        • K Offline
          Kaviish
          last edited by Oct 30, 2018, 1:02 PM

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

          1 Reply Last reply Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @Kaviish
            last edited by Mykle1 Oct 30, 2018, 10:05 PM Oct 30, 2018, 10:04 PM

            @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 Oct 31, 2018, 12:35 PM Reply Quote 0
            • K Offline
              Kaviish @Mykle1
              last edited by Oct 31, 2018, 12:35 PM

              @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 Offline
                Kaviish
                last edited by Kaviish Oct 31, 2018, 1:16 PM Oct 31, 2018, 12:53 PM

                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

                M 1 Reply Last reply Nov 1, 2018, 12:08 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @Kaviish
                  last edited by Nov 1, 2018, 12:08 AM

                  @kaviish

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

                  Glad you got it sorted. :thumbsup:

                  Create a working config
                  How to add modules

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