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
    • RE: [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se

      @fedale I am still running this and it works for me, so I suspect it is a config issue. Can you post your config and I’ll have a look.

      posted in Utilities
      R
      retroflex
    • MMM-Skola24

      I made a new module to show Swedish school timetables grabbed from Skola24 (a system some schools use). Kind of niche, but maybe someone other than me finds it useful.

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

      posted in Education
      R
      retroflex
    • RE: [MMM-AllsvenskanStandings] Current standings of Swedish football league

      @fallandegubbe Yeah SVT has changed Text TV to be screenshots instead of text. The module scrapes the HTML and since the HTML has changed, the module broke. The text is still there though in the HTML source so a few changes to the scraping code should do the trick.

      I don’t use this module anymore though and don’t have time to look at it. Maybe you have?

      posted in Sport
      R
      retroflex
    • RE: MMM-Multimonth

      Great module @BKeyport , thanks a lot! I changed my custom.css a bit to match my other modules and ended up with a rather minimalist look:

      dc293bc9-9311-4158-9665-d3451549bc9e-image.png

      Here’s the css if anyone’s interested:

      .MMM-Multimonth .month {
        padding-left: 0px;
        padding-right: 0px;
      }
          
      .MMM-Multimonth .month-header {
        background-color: #000000;
        text-transform: uppercase;
        font-size: 15px;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-weight: 400;
        border-bottom: 1px solid #666;
        line-height: 15px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        color: #999;
        border-radius: 0px;
      }
      
      .MMM-Multimonth .days-header {
        color: #808080;
        text-align: center;
      }
      
      .MMM-Multimonth .weeknumber:before {
        content: "v. ";
      }
      
      .MMM-Multimonth .weeknumber {
        background-color: #000000;
        color: #808080;
        padding-right: 9px;
      }
      
      .MMM-Multimonth .day {
        text-align: center;
      }
      
      .MMM-Multimonth .current_day {
        background-color: #FFD11C;
        text-align: center;
        border-radius: 4px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 4px;
        margin-right: 4px;
      }
      
      
      posted in Utilities
      R
      retroflex
    • RE: History of the Magic Mirror

      The blog for this project might be a good start: https://michaelteeuw.nl/tagged/magicmirror

      posted in General Discussion
      R
      retroflex
    • RE: General Mucking Around with MM

      For example if you use this for SSH:
      https://mobaxterm.mobatek.net/

      …you can edit config files etc. on another machine and when you save it asks if you want to upload back to rpi.

      posted in Show your Mirror
      R
      retroflex
    • RE: Black screen after 2.13 update - tentatively resolved

      Found one more in module MMM-Vasttrafik-PublicTransport. I have created an issue for that:

      https://github.com/bureus/MMM-Vasttrafik-PublicTransport/issues/14

      posted in Troubleshooting
      R
      retroflex
    • RE: Minimal depth of a frame for the magic mirror

      My brother cut a hole in the wall for the mirror and now it only builds a few millimeters. Looks really nice. See here:

      https://www.planet4.se/magic-mirror-deluxe/

      Text in Swedish, but you can look at the images.

      posted in General Discussion
      R
      retroflex
    • RE: Ideas Needed

      @MilkShake Isn’t the mirror on the same LAN? In that case you don’t have to do any port forwards.

      posted in General Discussion
      R
      retroflex
    • RE: Can i download raspberrian to a thumb drive/external hard drive?

      @evroom Yeah, you’re right. It will boot from SD first and then USB if you have enabled USB boot. So there’s really nothing that will screw up by enabling the one time change. Here’s more info:

      https://www.raspberrypi.org/forums/viewtopic.php?t=225812

      That also says the newer RPi3+ has enabled USB boot by default.

      posted in General Discussion
      R
      retroflex
    • RE: Can i download raspberrian to a thumb drive/external hard drive?

      I run an SSD with my Pi 3B. Regarding the one time thing, it means it will always try to boot from USB first but if it doesn’t find a bootable USB device, it will boot from SD card instead. Disclaimer: this is what I’ve read, I have not tested myself.

      I also remember that there were some issues with USB booting and Pi 4. Don’t know whether that has been resolved.

      posted in General Discussion
      R
      retroflex
    • RE: - Module deleted -

      @Jalibu Awesome, thanks! I will add it to my mirror.

      posted in Education
      R
      retroflex
    • RE: - Module deleted -

      @Jalibu :) Any chance you will add it again and an option to choose between the two?

      posted in Education
      R
      retroflex
    • RE: - Module deleted -

      I wanted to suggest this optional source: https://www.merriam-webster.com/wotd/feed/rss2

      But then I saw you used that before and switched to Oxford learner dictionary. How come you switched?

      posted in Education
      R
      retroflex
    • RE: Reasonable Size for Mirror

      I also had an idea on not adding many modules and keeping it clean. But then I kept adding useful modules as time passed. And I never use it as a mirror because a regular mirror is slightly better. Mine is 24". Bigger would definitely be ok, but smaller would be too small imo.

      posted in General Discussion
      R
      retroflex
    • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

      @Lordy Maybe this:

      .mmm-suncalc table {
        font-size: 30px
      }
      

      Tip: You can use developer tools in the browser to check elements and change styles.

      posted in Utilities
      R
      retroflex
    • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

      @Lordy Where does “text” come from? Try:

      .mmm-suncalc {
        font-size: 30px
      }
      
      posted in Utilities
      R
      retroflex
    • RE: MMM-BrawlStars

      @MathieuGery Maybe 0.0.0.0/0 would work. Or a few others to test like these: https://stackoverflow.com/a/59660664

      posted in Fun & Games
      R
      retroflex
    • RE: MMM-BrawlStars

      Thanks for working on this. Btw, has someone tested if you can pass a * or similar as IP to allow all addresses? Might work.

      posted in Fun & Games
      R
      retroflex
    • RE: MMM-BrawlStars

      @leanro Ok, checked my repo now and someone had reported this before and even made a pull request. I’d completely missed that. But now it is merged. So please update the module and try again. Let me know whether it works.

      posted in Fun & Games
      R
      retroflex
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 1 / 7