API Key invalid
Closed this issue · 1 comments
Deleted user commented
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
If I understood the issue correctly, the APOD is not displayed due to a problem accessing the resource (403 HTTP error) ?
-
Is the data accessible (xxxx to be replaced with your personal API key)?
https://api.nasa.gov/planetary/apod?api_key=xxxx
-
What happens with the following test configuration?
config: {
appid: "DEMO_KEY",
}
- Does the problem persist after a restart of MagicMirror?