jclarke0000 / MMM-DarkSkyForecast

Magic Mirror module to display weather information using the Dark Sky API
84 stars 64 forks source link

Stuck "Loading ..." forever. No weather is displayed #6

Closed hco125 closed 5 years ago

hco125 commented 5 years ago

MagicMirror version: 2.5.0

Node Version: 10.15.0

MMM-DarkSkyForecast version: 1.0.0

Screenshot of problem: capture

Config.js configuration:

        {
            module: 'MMM-DarkSkyForecast',
            header: "Weather",
            position: 'top_center',
            disabled: false,
            config: {
                updateInterval: 10,
                //requestDelay: 250,
                //updateFadeSpeed: 500,
                //language: 'en',
                //colored: true,
                units: 'us',
                //showCurrentConditions: true,
                //showExtraCurrentConditions: true,
                //showSummary: true,
                forecastHeaderText: "O'Neill, NE",
                //showForecastTableColumnHeaderIcons: true,
                //showHourlyForecast: true,
                hourlyForecastInterval: 2,
                maxHourliesToShow: 5,
                //showDailyForecast: true,
                maxDailiesToShow: 5,
                //showPrecipitation: true,
                //showWind: true,
                //concise: true,
                iconset: '5c',
                apiKey: 'blocked for privacy',
                latitude: '42.457649',
                longitude: '-98.647789',
                //useAnimatedIcons: true,
                forecastLayout: 'tiled',
                //showInlineIcons: true,
            },
               },
hco125 commented 5 years ago

We can close this issue now. I figured out that I am an idiot. I typed "apiKey" in the configuration, rather than "apikey". Fixed it and it works now. Sorry for taking your time. weather

CatoAntonsen commented 2 years ago

Ok, now I'M an idiot! Is't what you first wrote, the SAME as what you say you should write???