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
    • 1 / 1