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 :)
Screeshot

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 :)
HDMI is good as you can control monitor sleep/wake up from stand-by from software.
If I were to rebuild my mirror I would have the glass not cover more than the monitor as the backlight creates a “frame” when the surrounding light is dark, so you can easily see where the screen is. But depending on screen, light and glass, this may be more or less visible.
Definitely go for real glass.
This is more of a javascript question I guess…
Let’s take an example where request gets a result, parses it and sends it to the client:
https://github.com/mykle1/MMM-Cocktails/blob/master/node_helper.js
Now how would I go about if I in that getCocktails function wanted to request 2 URL’s, parse them to one combined result and send that as payload with one socket notification?
Or maybe I should do it in a completely different way?
Check with your insurance company if this is ok. If something happens it could be that you don’t get any money because of wiring not following regulations or holes in the waterproof layers etc.
This is what I followed when I started learning. Short and simple:
https://forum.magicmirror.builders/topic/1885/github-tutorial/2
…or soccer if you prefer :)
Allsvenskan is the top league in Sweden. I tested all other existing modules, but there were no that included free access to Allsvenskan. So I made my own module.
There is no direct API for Allsvenskan, so this module uses the open Text TV API and scrapes the HTML it generates. Not ideal, but it works (for now).

@rabbit83ka How do you cut the power to the backlight only?
@icripps This is because monitors use backlightning. You can use an OLED display instead if you want to build a crazy expensive mirror :)
But in daylight the backlight is hardly visible. As a simple workaround you can try to hang your mirror somewhere else where there’s more light.
One more thing… don’t buy a cheap SD card. Buy a high quality one that gets good reviews together with a RPi. Then you will at least minimize the risk of a corrupt card. Sandisk has worked good for me.
:slightly_smiling_face:
So I guess this is the first module you’ll install:
https://forum.magicmirror.builders/topic/1370/mmm-horoscope-daily-horoscope
Setup a VPN server at her place, then you can safely access everything. IMO, it seems overly complex to relay warnings etc. She can just call you when things doesn’t work.
I haven’t tried MMM-Admin, but with SSH you can do anything, so I would just go for that.
The only thing that you cannot solve is if the raspberry falls off the network. Then you have to reboot locally. Or simple option: pull the plug. But if you pull the plug while writing to the SD card, strange things can happen…