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-SpaceX

      Nice work, really cool! A couple of ideas…

      • Optional column headings. For those uninitiated, it’s not really obvious what e.g. CRS-20 is.
      • Options whether to show each column, instead of only extrainfo or no extrainfo. Maybe I only want to show date and launch site for example.
      • Countdown column for upcoming launches.
      posted in Fun & Games
      R
      retroflex
    • RE: Green line under today’s events on two different calendars

      Sounds like a css thing rather than config. You can use the developer tools in Chrome to inspect each element to find out more about it. For example in calendar_monthly module, this is the element for the current day:

      < span id=“day12” class=“today” >12< /span >

      Click that line and you can find out which css file the green line comes from.

      posted in Troubleshooting
      R
      retroflex
    • RE: Additional information in calendar (default module)

      Yeah I added the text per week module… But another idea: maybe you could use the location field of the calendar event to show this info? You just have to add showLocation: true to config.

      posted in Troubleshooting
      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: Text per week

      So a lot later I finally managed to make a module out of this:
      https://github.com/retroflex/MMM-TextPerWeek

      Thanks again @Sean !

      posted in Requests
      R
      retroflex
    • RE: MMM-Comics

      Cool! Can I request comics?

      Swedish Dilbert:
      https://dilbert.idg.se
      Very simple to get directly from URL, e.g. for today: https://dilbert.idg.se/dil20200123.gif

      Wumo:
      http://wumo.com/wumo
      Here you have to load the page for today first and then scrape the image URL:
      http://wumo.com/wumo/2020/01/23

      posted in Entertainment
      R
      retroflex
    • RE: MMM-Tibber

      Really cool! Makes me want to switch to Tibber myself.

      One idea… doesn’t Tibber provide your real time consumption as well? Couldn’t that be included?

      posted in Utilities
      R
      retroflex
    • RE: How do you ensure jumper cables don't fall off bread board?

      @Newbie007 Replace bread board with a prototype board and solder the wires?

      posted in Troubleshooting
      R
      retroflex
    • RE: Hard resetting of RPI

      Do not cut the power! It might work a few times or even one hundred times. But if data is being written (for example to log file which all modules and other apps do) while you pull the plug, there’s a risk the SD card gets corrupt. In worst case the card is destroyed, but it could also be that a reinstall on the same card will work.

      posted in Troubleshooting
      R
      retroflex
    • RE: Canteen-module // Mensa-Modul

      Where do you put this code? You have to put require in node_helper.js, not the module js file.
      Also check the log files in the developer tools in e.g. Chrome.

      posted in Requests
      R
      retroflex
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 13
    • 14
    • 4 / 14