MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. retroflex
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 137
    • Groups 2

    Posts

    Recent Best Controversial
    • MMM-Overwatch

      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

      0_1557830753629_16aeb7d0-a59a-44b4-a13c-08f3f5358792-image.png

      Download

      https://github.com/retroflex/MMM-Overwatch

      posted in Fun & Games
      R
      retroflex
    • RE: Using Image legal issue

      @Sean nice! Thanks for the answer 😀

      posted in General Discussion
      R
      retroflex
    • RE: Using Image legal issue

      @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?

      posted in General Discussion
      R
      retroflex
    • MMM-ApexLegends

      Description

      Shows stats (level, kills and global rank) for a set of Apex Legends players.

      Screenshot

      0_1557495329933_424652e7-c61c-40ce-9d09-bc69241ff133-image.png

      Download

      https://github.com/retroflex/MMM-ApexLegends

      posted in Fun & Games
      R
      retroflex
    • MMM-BrawlStars

      Description

      Shows stats (level, trophies and victories) for players of mobile game Brawl Stars.

      Screenshot

      0_1557432879259_6742816b-68c8-4b3d-836a-9cc5e9ebed62-image.png

      Download

      https://github.com/retroflex/MMM-BrawlStars

      posted in Fun & Games
      R
      retroflex
    • RE: Distance between two modules

      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.

      posted in Custom CSS
      R
      retroflex
    • RE: Multiple requests to one notification

      @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?

      posted in Development
      R
      retroflex
    • MMM-Fortnite

      Description

      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.

      Screenshot

      0_1556886080051_291a0624-fbab-4db1-b5ab-cc9a18a40465-image.png

      Download

      https://github.com/retroflex/MMM-Fortnite

      posted in Fun & Games
      R
      retroflex
    • Shelly H&T

      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.

      posted in Requests
      R
      retroflex
    • RE: Multiple requests to one notification

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

      posted in Development
      R
      retroflex
    • RE: Need to Get Started Help Asap...

      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.

      posted in Hardware
      R
      retroflex
    • Multiple requests to one notification

      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?

      posted in Development
      R
      retroflex
    • RE: Large Mirror -- Too Ambitious?

      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.

      posted in General Discussion
      R
      retroflex
    • RE: Tutorial of Github

      This is what I followed when I started learning. Short and simple:
      https://forum.magicmirror.builders/topic/1885/github-tutorial/2

      posted in Feature Requests
      R
      retroflex
    • [MMM-AllsvenskanStandings] Current standings of Swedish football league

      …or soccer if you prefer :)

      Description

      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).

      Screenshot

      0_1555193346375_eddaf4fe-ba24-4c64-8dce-860f8df3c8ff-image.png

      Download

      https://github.com/retroflex/MMM-AllsvenskanStandings

      posted in Sport
      R
      retroflex
    • RE: How to make the background all black

      @rabbit83ka How do you cut the power to the backlight only?

      posted in Custom CSS
      R
      retroflex
    • RE: How to make the background all black

      @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.

      posted in Custom CSS
      R
      retroflex
    • RE: Considerations to take for MM that won't be at my house?

      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.

      posted in General Discussion
      R
      retroflex
    • RE: Horoscope!

      :slightly_smiling_face:

      So I guess this is the first module you’ll install:
      https://forum.magicmirror.builders/topic/1370/mmm-horoscope-daily-horoscope

      posted in General Discussion
      R
      retroflex
    • RE: Considerations to take for MM that won't be at my house?

      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…

      posted in General Discussion
      R
      retroflex
    • 1 / 1