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

      @Nonamexp as I said due to installing in root directory the binary will not be found

      @SimJim Error code 56 indicates a curl receive error of CURLE_RECV_ERROR which means there was some issue that prevented the data from being received during the clone process. Typically this is caused by a network setting, firewall, VPN client, or anti-virus that is terminating the connection before all data has been transferred. It’s not related to this module this is something general

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @SimJim i will test this tonight

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

      @ostfilinchen will look into this

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @SimJim do you have some more output to provide?

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Change Currentweather colors

      @daveyg_71 it’s the order they’re listed in the config.js file

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Display a Web Page

      @Jayh391 I would just go for the approach from the halloween thread

      {     module: "helloworld",
            position: "top_right",  
            config: {
                      text: "<iframe src='YOUR_URL' style='height: 500px; width: 300px;'></iframe>"
                     }
       },
      
      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Move Module to corner

      @Patrick I would try this

      body {
        margin: 10px;
        position: absolute;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
      }
      
      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @Nonamexp my guess is because you installed it in /root/… instead of /home/pi/… so it cant find the file

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Problems with MMM-RandomPhoto

      @Woody is there any output (errors) in logs or terminal or electron console, taht we can work with?

      posted in Entertainment
      strawberry 3.141S
      strawberry 3.141
    • RE: Display a Web Page

      @Jayh391 do you want to display a webpage with an iframe?

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Resize custom or main modules

      @daveyg_71 there is only the index.html file, the rest of the DOM will be created during runtime with js. so if you want to manipulate the design with custom.css but you’re not sure about the structure, start the mirror in dev mode npm start dev or with ctrl+alt+i then you can inspect the DOM in tab elements or view the mirror in your browser and open developer tools

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Move Module to corner

      @Patrick the correct css property is called margin-left not left-margin, maybe this was your mistake.

      you can post your css here so we can have a look on it

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @daveyg_71 i had this experience couple of weeks ago, what helped in my case was shutdown the rpi switch the microphone into another usb slot an restart the pi, then run the command cat /proc/asound/cards to get the same output as in the installer. Sometimes I had to do it a few times until it worked again. But since two months I didn’t had tis issue again.

      @Nonamexp Glad you could fix your issue

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @Nonamexp are you running the installer as root? all the directories in the screenshot are in root

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: NFL Score Module

      [card:fewieden/MMM-NFL]

      Changelog:

      Removed network column due to it’s not longer provided through the API
      Implemented voice commands to show passing, rushing, receiving, tackles, sacks and interceptions statistics
      Color and Logo type are also changeable through voice commands on the fly

      alt text

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ip

      [card:fewieden/MMM-ip]

      Changelog:

      Implemented voice commands to show ip and mac adress, so it can be hidden by default

      alt text

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

      [card:fewieden/MMM-Fuel]

      Changelog:

      Implemented voice commands to show the gas stations on a map with traffic layer

      alt text

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Soccer - Standings, Schedules and Top Scorers

      [card:fewieden/MMM-soccer]

      Changelog:

      Implemented voice commands to switch the leagues on the fly

      alt text

      posted in Sport
      strawberry 3.141S
      strawberry 3.141
    • MMM-voice

      After a long development process here is an offline voice recognition module

      [card:fewieden/MMM-voice]

      Features:

      • Turn HDMI on/off

      • Hide/Show all modules

      With this module, you’re also able to control other modules like:

      [card:fewieden/MMM-Fuel] [card:fewieden/MMM-NFL] [card:fewieden/MMM-ip] [card:fewieden/MMM-soccer]

      Complete list of supported modules can be found here

      You want your module to be supported as well? Take a look on the developers guide

      There is a hidden easteregg, who can find it?

      Thanks to all who helped me with this

      posted in Utilities voice control
      strawberry 3.141S
      strawberry 3.141
    • RE: Problems with MMM-RandomPhoto

      @Woody you are in the wrong directory /home/pi/package.json

      cd ~/MagicMirror/modules/MMM-RandomPhoto
      npm install
      
      posted in Entertainment
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 70
    • 71
    • 72
    • 73
    • 74
    • 84
    • 85
    • 72 / 85