• 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.7k 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.
  • A Offline
    AxLed Module Developer
    last edited by AxLed Oct 28, 2018, 12:21 PM Oct 28, 2018, 12:21 PM

    @Kaviish
    It looks that there is a comma to much.

    Try

    longitude: 72.8777
    

    instead of

    longitude: 72.8777,
    

    AxLED

    K 1 Reply Last reply Oct 28, 2018, 12:26 PM Reply Quote 0
    • K Offline
      Kaviish @AxLed
      last edited by Oct 28, 2018, 12:26 PM

      @axled still not working. Opened console this is wat i got. 0_1540729568319_Screenshot 2018-10-28 at 5.55.24 PM.png

      M 1 Reply Last reply Oct 28, 2018, 8:11 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @Kaviish
        last edited by Oct 28, 2018, 8:11 PM

        @kaviish

        Looking at that error message it appears your latitude is 149.076. That will break the module. Clear the latitude line of your config entry and re=enter.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • K Offline
          Kaviish
          last edited by Oct 29, 2018, 2:13 PM

          What does that mean the latitude on my config file is 19.0760
          0_1540822335094_Screenshot 2018-10-28 at 5.33.47 PM.png

          M 1 Reply Last reply Oct 29, 2018, 7:59 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @Kaviish
            last edited by Oct 29, 2018, 7:59 PM

            @kaviish said in Darksky weather module not loading:

            What does that mean the latitude on my config file is 19.0760

            Not according to the console error message you posted.

            Create a working config
            How to add modules

            K 1 Reply Last reply Oct 30, 2018, 1:00 PM Reply Quote 0
            • 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
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        10/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