grenagit / MMM-APOD

Magic Mirror Module displaying the last Astronomy Picture Of the Day (APOD) and using NASA API
MIT License
15 stars 5 forks source link

API Key invalid #1

Closed ghost closed 9 months ago

ghost commented 3 years ago
Failed to load resource: the server responded with a status of 403 (Forbidden)
MMM-APOD.js:165

also when i put my own api key in, it starts playing a video, idk

grenagit commented 3 years ago

If I understood the issue correctly, the APOD is not displayed due to a problem accessing the resource (403 HTTP error) ?

  1. Is the data accessible (xxxx to be replaced with your personal API key)? https://api.nasa.gov/planetary/apod?api_key=xxxx

  2. What happens with the following test configuration?

    config: {
    appid: "DEMO_KEY",
    }
  3. Does the problem persist after a restart of MagicMirror?