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: MMM-WienerLinien

      Changelog:

      • it is now possible to get informed about elevator and line incidents thanks to @flo80 for his contribution

      [card:fewieden/MMM-WienerLinien]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: How to resize Icon and Change Day language in WunderGround

      @nobita I get the changed language 0_1489758158504_swedish.PNG

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Changing units from 'metric' to 'imperial' breaks currentweather module

      @dplawrance its fixed on the develop branch

      https://github.com/MichMich/MagicMirror/commit/10eb41d31943a4495bf4c4674d52d0b9631a7446

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

      @rrrene custom.css .MMM-Fuel header.align-left { display: none; }

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: camera module by alexyak

      @shramik49 the video size gets inserted as style attribute directly to the element. If you want to override those you have to use the following rules

      .camera video {
        width: 1280px !important;
        height: 960px !important;
      }
      
      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice setup but MagicMirror wont display

      @shazglass There is a error log in the module. Also there is a hidden debug option for for informations debug: true

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

      @Stoffbeuteluwe to not touch any source files of the module you can add the following to the custom.css file

      .MMM-Fuel th:nth-child(2) span { /* Replace 2 with the correct column */
          visibility: hidden;
      }
      
      .MMM-Fuel th:nth-child(2) span:after { /* Replace 2 with the correct column */
          visibility: visible;
          content: "Super";
          margin-left: -21px; /* Pixels that the original text occupies */
      }
      

      Screenshot from 2020-05-05 18-26-05.png
      Screenshot from 2020-05-05 18-27-09.png

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: Introduce yourself!

      @SChweden-Maik Hi Maik, welcome to the forum.

      A lot of stuff you’re trying to achieve is already possible with MagicMirror. There several voice recognition modules, a face recognition module and also modules to show missed calls

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice setup but MagicMirror wont display

      @shazglass

      {
        module: 'MMM-voice',
        position: 'bottom_bar',
        config: {
          microphone: 1,
          debug: true
        }
      },
      

      post your error and debug log, it’s huge so maybe on pastebin

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

      Version 2.2.1

      Fixed

      • Filtering of station ids lead to invalid price request for provider tankerkoenig

      Changed

      • Log a warning if no fuel station detail could be fetched
      • Updated provider integration documentation

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

      [card: fewieden/MMM-Fuel]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 51 / 54