MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. strawberry 3.141
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 3
    • Followers 35
    • Topics 30
    • Posts 1,700
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @PaulB as the install instruction says git clone https://github.com/Jopyth/MMM-Remote-Control.git

      https://github.com/Jopyth/MMM-Remote-Control#installation

      posted in System
      strawberry 3.141S
      strawberry 3.141
    • RE: Smartphone App for configuring MagicMirror

      I just sent my professor an arrangement for my bachelor thesis with the mobile app for magicmirror as my topic. let’s see what his response will be :)

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Is there a way . . .

      @Mykle1 put that in custom.css

      body {
        margin: 20px;
        height: calc(100% - 40px);
        width: calc(100% - 40px);
      }
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • Mobile app (bachelor thesis)

      Hey guys, I created a survey for my bachelor thesis (mobile app for MagicMirror²).

      Feel free to share it with all MagicMirror² users you know.

      I will post updates on this topic here. If you have questions, suggestions, etc. you also can send me a private message.

      Thanks for your support

      Survey is closed

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Throwing down the gauntlet

      if someone wants to achieve the same, actually there is the module wunderground twice (center and right), but once the forecast and the other time the current weather is hidden

      .region.top.center .MMM-WunderGround table.small, //selector for forecast
      .region.top.right .MMM-WunderGround table:not(.small), //selector for current weather
      .region.top.right .MMM-WunderGround table.small td:nth-child(6) { //selector for rain amount
        display:none;
      }
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • MMM-Soccer - Standings, Schedules and Top Scorers

      Description

      Module to bring your favorite soccer leagues and cups onto the MagicMirror. Display information about standings, schedules, and top scorers.

      Screenshot

      ba708951-602b-411a-9201-909530371ba6-image.png
      f12f16c6-8546-4fa3-91fe-2c5b20adda61-image.png

      Link

      https://github.com/fewieden/MMM-soccer

      [card:fewieden/MMM-soccer]

      posted in Sport bundesliga football modal premiere league primiera division soccer voice control
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-FRITZ-Box-Callmonitor

      @zimmerjo1

      cd ~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor
      npm install
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Voice control

      https://vimeo.com/170950524

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: custom.css

      a proper solution would be to do your changes in the custom.css only, so you’ll not lose your modification by an update

      in general you do the following rule

      .MODULE_NAME .CLASS_TO_CHANGE {
          /*CSS RULE*/
      }
      
      .compliments .xlarge {
          font-weight: bold;
      }
      

      this will only affect your compliments module

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-MLB

      @ooom416354 if you can wait for a few days I will teach @cowboysdude how to do it

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 3
    • 4
    • 5
    • 53
    • 54
    • 2 / 54