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-DarkSkyForecast Loading...

    Scheduled Pinned Locked Moved Troubleshooting
    mmm-darkskyforecastloadingnot working
    19 Posts 4 Posters 6.0k 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.
    • P Offline
      P_Tmans
      last edited by

      MMM-DarkSkyForecast, https://github.com/jclarke0000/MMM-DarkSkyForecast just says Loading… i’ve given it an api and the lat and long, i’m not sure what i’ve done wrong for it to show nothing at all. Any sugestions would be welcome.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @P_Tmans
        last edited by

        @P_Tmans did u have a darksky apikey before today? they haven’t been giving out api keys for a while now

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Reply Quote 0
        • P Offline
          P_Tmans @sdetweil
          last edited by

          @sdetweil yea i got the api key a long time ago, before they eneded new sign ups, it has not been working since then

          C BKeyportB 2 Replies Last reply Reply Quote 0
          • C Offline
            chassain 0 @P_Tmans
            last edited by

            @P_Tmans no problem with me today. Check your config.js

            P 1 Reply Last reply Reply Quote 0
            • BKeyportB Offline
              BKeyport Module Developer @P_Tmans
              last edited by

              @P_Tmans have you been actively using it? Can you still log in at https://darksky.net/dev/login ?

              The "E" in "Javascript" stands for "Easy"

              P 1 Reply Last reply Reply Quote 0
              • P Offline
                P_Tmans @chassain 0
                last edited by

                @chassain-0 i don’t know what i should be looking for in my config, that’s kind of my main issue

                C 1 Reply Last reply Reply Quote 0
                • P Offline
                  P_Tmans @BKeyport
                  last edited by

                  @BKeyport yea i can still log in, it’s still active it just shows no usage, as the module isn’t working at the moment

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    chassain 0 @P_Tmans
                    last edited by

                    @P_Tmans edit your config here and i will check with my api key

                    P 1 Reply Last reply Reply Quote 0
                    • P Offline
                      P_Tmans @chassain 0
                      last edited by

                      @chassain-0 defaults: {
                      apikey: “”,
                      latitude: “52.448896”,
                      longitude: “-1.74335”,
                      updateInterval: 10, // minutes
                      requestDelay: 250,
                      units: “uk2”,
                      showCurrentConditions: true,
                      showExtraCurrentConditions: true,
                      showSummary: true,
                      forecastHeaderText: “”,
                      showForecastTableColumnHeaderIcons: true,
                      showHourlyForecast: true,
                      hourlyForecastInterval: 3,
                      maxHourliesToShow: 3,
                      showDailyForecast: true,
                      maxDailiesToShow: 3,
                      showPrecipitation: true,
                      concise: true,
                      showWind: true,
                      language: config.language,
                      iconset: “2c”,
                      useAnimatedIcons: true,
                      animateMainIconOnly: true,
                      colored: true,
                      forecastLayout: “tiled”,
                      showInlineIcons: true,
                      mainIconSize: 100,
                      forecastTiledIconSize: 70,
                      forecastTableIconSize: 30,
                      updateFadeSpeed: 500,
                      label_maximum: “max”,
                      label_high: “H”,
                      label_low: “L”,
                      label_timeFormat: “h a”,
                      label_days: [“Sun”, “Mon”, “Tue”, “Wed”, “Thur”, “Fri”, “Sat”],
                      label_ordinals: [“N”, “NNE”, “NE”, “ENE”, “E”, “ESE”, “SE”, “SSE”, “S”, “SSW”, “SW”, “WSW”, “W”, “WNW”, “NW”, “NNW”],
                      moduleTimestampIdPrefix: “DARK_SKY_TIMESTAMP_”
                      },

                      that’s the config i have for the MMM-DarkSky Forecast.js ^

                      	{
                      	 	 module: "MMM-DarkSkyForecast",
                      	 	 header: "Weather",
                      	 	 position: "top_right",
                      	 	 classes: "default everyone",
                      	 	 disabled: false,
                      	 	 config: {
                      	 	   apikey: "",
                      	 	   latitude: "52.448896",
                      	 	   longitude: "-1.74335",      
                      	 	   iconset: "2c",
                      	 	   concise: false,
                      	 	   forecastLayout: "tiled"
                      		}
                      	},
                      ]
                      

                      };

                      thats the config i have for the config.js file ^

                      C S 2 Replies Last reply Reply Quote 0
                      • C Offline
                        chassain 0 @P_Tmans
                        last edited by

                        @P_Tmans said in MMM-DarkSkyForecast Loading...:

                             latitude: "52.448896",
                             longitude: "-1.74335",      
                             iconset: "2c",
                             concise: false,
                             forecastLayout: "tiled"
                        

                        Only with the config.js it’s ok for me

                        P 1 Reply Last reply Reply Quote 0
                        • P Offline
                          P_Tmans @chassain 0
                          last edited by

                          @chassain-0 alright, thanks for checking, i guess i should reinstall the module and go from there?

                          C 1 Reply Last reply Reply Quote 0
                          • C Offline
                            chassain 0 @P_Tmans
                            last edited by

                            @P_Tmans i think…and add only parameters to the config.js and not darsky…js

                            P 1 Reply Last reply Reply Quote 0
                            • P Offline
                              P_Tmans @chassain 0
                              last edited by

                              @chassain-0 oh ok, i’ll give that a go then, thanks for the help

                              C 1 Reply Last reply Reply Quote 1
                              • C Offline
                                chassain 0 @P_Tmans
                                last edited by

                                @P_Tmans one by one to begin

                                P 1 Reply Last reply Reply Quote 0
                                • P Offline
                                  P_Tmans @chassain 0
                                  last edited by

                                  @chassain-0 i’ve reinstalled it and it’s saying loading… again
                                  i only added in the lat and long and my api key

                                  C 1 Reply Last reply Reply Quote 0
                                  • C Offline
                                    chassain 0 @P_Tmans
                                    last edited by

                                    @P_Tmans try a sudo reboot after npm install

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      sdetweil @P_Tmans
                                      last edited by sdetweil

                                      @P_Tmans don’t edit the source code in the module folder.

                                      everything in the defaults section u can set/override via the config.js

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        P_Tmans
                                        last edited by

                                        the sudo reboot got it working, thanks ever so much for the help!

                                        C 1 Reply Last reply Reply Quote 0
                                        • C Offline
                                          chassain 0 @P_Tmans
                                          last edited by

                                          @P_Tmans you re welcome

                                          1 Reply Last reply Reply Quote 0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • 1 / 1
                                          • First post
                                            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