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

    Posts

    Recent Best Controversial
    • RE: MMM-forecast-io -- Localized up to the minute weather

      You had the plugin before?

      Have you done this after switching to my fork? It should install chart.js as a dependency.

      npm install
      

      I hope this solves your problem. Let me know.

      posted in Utilities
      R
      rak
    • RE: Weather Modul with bars for min/max temperature?

      I forked the MMM-forecast-io module and did some changes. You can find my fork here. I need still to clean up a bit and expose some options to the modules config section.

      If you try it, please do let me know what you would like to have changed.

      posted in Utilities
      R
      rak
    • RE: Weather Modul with bars for min/max temperature?

      Hi,

      thanks for pointing me to that module. I liked the modern view of the bars for min/max temperature.

      I was missing the rain probability and the hourly graph I wanted to be more modern.

      This is what I came up with

      alt text

      I hope you like it.

      Ralf

      posted in Utilities
      R
      rak
    • RE: MMM-forecast-io -- Localized up to the minute weather

      Hi guys,

      I like the concept of the bars for the min/max temperature very much. I wanted the look of the hourly temperature graph a bit more more modern and slick.

      I sat down today and did some code magic. I am surprised how it went. The magicmirror is the first javescript project. So bear with me.

      This is how it looks now.

      0_1527880419978_72C1D4EB-B39E-400F-AD68-D5520107565F.png

      I created a fork which I will clean up a bit in the next weeks. Today I am glad it works at all ,-)?

      Enjoy.

      Ralf

      posted in Utilities
      R
      rak
    • Weather Modul with bars for min/max temperature?

      Hello,

      I saw this weather plugin in the excellent post of user iamtyce

      I would like to know which modul this is? Or is this done via custom.css? I am interested in the “bars” fro min/max temperature.![alt text](image url)

      0_1527788966822_Bildschirmfoto 2018-05-31 um 7.46.53 PM.png

      posted in Utilities
      R
      rak
    • RE: MMM-NetworkScanner

      Hi guys,

      I added a feature to show devices in different color. I created a pull request with all relevant changes.

      Enjoy.

      Thanks for this cool plugin.

      Ralf

      posted in Utilities
      R
      rak
    • RE: Full length mounted mirror | Single monitor, 38 x 130cm (15 x 51") frame

      What modules did you use for weather and commute. You mentioned you list them, but I am missing the list.

      posted in Show your Mirror
      R
      rak
    • Changing column width different for top and bottom

      Hey guys,

      I wanted to have the top colums split 40/40/20 and the bottom 50/50 (no center).

      I am new to CSS, so please be patient.

      I tried in custom.css the following (without success). The bottom works out fine, but the upper part the left and middle column are overlapping.

      Any help is much appreciated. Thanks.

      body {
      	margin: 30px; /* Less margin */
       	height: calc(100% - 60px);
       	width: calc(100% - 60px);
      }
      
      header {
      	text-transform: none; /* No Capitals in the Header */
      }
      
      .region.top.left {
      	width: 37%;
      }
      
      .region.top.center {
      	width: 37%;
      	left: 0%;
      	-moz-transform: translateX(0%);
      	-o-transform: translateX(0%);
      	-webkit-transform: translateX(0%);
      	-ms-transform: translateX(0%);
      	transform: translateX(0%);
      }
      
      .region.top.right {
      	width: 13%;
      }
      
      .region.bottom.left {
      	width: 47%;
      }
      
      .region.bottom.right {
      	width: 47%;
      }
      
      posted in Development
      R
      rak
    • RE: Twin system Mirror, embedded into a wall

      I like your setup. Thanks for sharing.

      Those two monitors are driven by one Pi? Or one each?

      posted in Show your Mirror
      R
      rak
    • Calendar Module not reloading/updating the entries

      Hello,

      love the MM. Thanks for making it so easy to install.

      I have trouble with the calendar module. I am using an iCal Weblink. Loads as a charm. But when MM keeps on running it seems the calendar entries seem not to be updated. The time behind one entry is updated, but when the topmost entry e.g. is approaching it does not drop out. It is still in the list and the time shows “how long it was from the past” (abs(dateOfEntry - now)).

      Restarting the MM helps, but doing this once a day seems not the intended way to solve this problem ,-).

      Any hints?

      Kind regards.
      Ralf Klüber

      posted in Troubleshooting
      R
      rak
    • 1 / 1