Description
Yet another module to show player stats, this time for Overwatch. I made this module on request and have never played the game, so there might be better ways and more info to show. Feel free to contribute :)
Yet another module to show player stats, this time for Overwatch. I made this module on request and have never played the game, so there might be better ways and more info to show. Feel free to contribute :)
@cowboysdude really old thread, but I searched if there was a module for this and found this thread. Did you ever get a response from NG?
Shows stats (level, kills and global rank) for a set of Apex Legends players.
Shows stats (level, trophies and victories) for players of mobile game Brawl Stars.
Maybe the other way around works…
.MMM-NOAA3 {
margin-bottom: 50px;
}
Can you post your custom.css? Maybe it interferes with this in some way.
@sdetweil thanks again for the tip about promises. I managed to get it working with request-promise and Promise.All in my new MMM-Fortnite module. So now my son is happy 😀
Since the API I’m using is a bit unstable I also tried request-promise-retry package, but never got any usable return value from that. Do you have any experience with retries?
Shows stats (score, matches played and kills) for a set of Fortnite players.
The stats shown are from all seasons and platforms, but you can choose which game modes to show.
Has anyone made a module for the Shelly humidity and temperature sensor?
https://shelly.cloud/shelly-humidity-and-temperature/
Looks good. Pretty cheap, wifi (no need for a hub) and has REST API built in. I don’t have one myself, but might get one just to test.
@sdetweil Great, thanks a lot! Now I remember I read up on promises a long time ago, but never got around to use it. I’ll try it out when I have the time.
Maybe I’ll learn javascript for real some day, it’s just every time I program anything I just get annoyed by the loose typing :)