awtrix / awtrix1.0

(Outdated) Smart RGB Matrix Clock
Other
117 stars 17 forks source link

Fortnite Stats #14

Closed AiGreek closed 6 years ago

AiGreek commented 6 years ago

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 ^^'

AiGreek commented 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 ...

Blueforcer commented 6 years ago

I don't think that's a specific awtrix problem. To create an icon you can use AWTRIXER.