Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to solve the problem of missing files in the project #5

Open
lv333ming opened this issue Sep 25, 2024 · 4 comments
Open

How to solve the problem of missing files in the project #5

lv333ming opened this issue Sep 25, 2024 · 4 comments

Comments

@lv333ming
Copy link

In the Moon Phase Clock project, there are no credential.h and fetchnasa.txt files in the src file. How can I find them?

@nishad2m8
Copy link
Owner

In the Moon Phase Clock project, there are no credential.h and fetchnasa.txt files in the src file. How can I find them?

Create a file named credential.h in the src/ folder with the following content:

// credential.h

#ifndef CREDENTIAL_H
#define CREDENTIAL_H

// WiFi credentials
const char* ssid = "YOUR_WIFI_SSID";      // Replace with your WiFi network name (SSID)
const char* password = "YOUR_WIFI_PASSWORD";  // Replace with your WiFi password

// visualcrossing.com API Key for the weather service
const char* apiKey = "YOUR_WEATHER_API_KEY";  // Replace with your visualcrossing API key for the weather service

#endif

fetchnasa.txt and _imgset_moon.txt are not mandatory files. Thank you for addressing the issue. I have updated the readme

@lv333ming
Copy link
Author

aa836ead71d9e8e54b4e777cab38e62
Part of my display is incorrect.

@nishad2m8
Copy link
Owner

Part of my display is incorrect.

share serial debug data.

@Ecyrbaf
Copy link

Ecyrbaf commented Jan 15, 2025

Bonjour, j'ai le même problème.
Ou dois-je mettre les fichier Assets?
Capture d’écran 2025-01-15 112752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants