MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. retroflex
    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

    retroflex

    @retroflex

    Project Sponsor Module Developer
    36
    Reputation
    2.3k
    Profile views
    137
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    retroflex Unfollow Follow
    Project Sponsor Module Developer

    Best posts made by retroflex

    • [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se

      Description

      My first module. A module that shows school lunch menus in Sweden from www.skolmaten.se.

      Basically it justs shows an RSS feed, but is very simple / has minimal configuration that works ok with the school lunch rss feeds.

      Screenshot

      alt text

      Download

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


      Version 1.0.0

      • Initial release
      posted in Utilities
      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: 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: My hallway 27" MagicMirror! (Sweden)

      Looks really nice!!

      Tip: as a Swede with kids, you might be interested in my school lunch module: https://github.com/retroflex/MMM-Skolmaten

      posted in Show your Mirror
      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
    • [MMM-TextPerWeek] Shows a different text each week

      Description:

      A MagicMirror² module that shows a different text (or image or anything really) each week. I use it for my son who is learning to read and has “letter of the week” in school each week. But I guess there are more use cases.
      Thanks to Sean for writing the actual code :)

      Screenshots:

      Screenshot

      Screenshot

      Download:

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

      posted in Utilities
      R
      retroflex
    • RE: Birthday Calendar and Appointments

      How about seting up a google account and add the birthdays to the google calendar as recurring events. Then use the default calendar module to show it?

      posted in Requests
      R
      retroflex
    • RE: Hmm, a lot of modules are putting up a fight for me :-(

      You say yr forecast… perhaps you should look at the module MMM-YrThen.

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

      @Henrik said in [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se:

      @retroflex Sure, if you add me to the repo I’ll have a look. Github username is HenrikL6.

      Added you as a collaborator to the repo. I’m new to git so let me know if there’s anything else I must do. Follow up question: is it better to be a collaborator than to send pull requests? Or maybe just easier?

      posted in Utilities
      R
      retroflex

    Latest posts made by retroflex

    • 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