Closed AiGreek closed 6 years ago
hum.... i don't understand why this
http.begin(String("http://api.fortnitetracker.com/v1/profile/pc/")+FORTNITE_NAME);
http.addHeader("TRN-Api-Key","ac0fb672-a2d9-485a-8b09-08c30984182e", true, true);
int httpCode = http.GET();
Serial.println(httpCode);
payload = http.getString();
Serial.printf("[HTTP] GET response: %s", payload.c_str());
isn't working ...
I don't think that's a specific awtrix problem. To create an icon you can use AWTRIXER.
I'm working on a plugin to display some stats about the game fortnite (Top 1, Kills, maybe more). I'm just looking for a icon or something for the left on the screen ^^'