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

      @johnnyboy I can’t confirm that mykle got it right as he didn’t send the solution to me yet.

      But as it is the last day anyways I can confirm that it is related to one of those two fairytales ;)

      @Mykle1 if you see him http://michaelteeuw.nl/post/151621813122/homekit-curtains as siris boyfriend then probably yes :rofl:

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: ReferenceError: Module is not defined...

      @justjim1220 first you should remove your calendr link from the logs, everyone is able to download your private calendar.

      If I remember correctly that youtube has settings to allow/prevent embedding maybe you have to change something there, as the player is there but the video not playing. Maybe it’s also just some videos that are not embedable.

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

      There is a new version which has a lot of new possibilities to discover movies

      Thanks to @dr4ke616 who made this happen

      [card:fewieden/MMM-MovieInfo]

      posted in Entertainment
      strawberry 3.141S
      strawberry 3.141
    • RE: v2.1.1 Update Error

      @ostfilinchen you have to rebuild like @yawns mentioned here https://forum.magicmirror.builders/topic/948/error-found-error-module-version-mismatch-expected-50-got-46

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

      Here it is Warning spoiler alert

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: run Linux command from a mm2 module

      @autonomus the problem with the helloworld module is, that is only running in the browser environment, so it doesn’t have access to linux in that sense. What you need is a node_helper which has access to your machine.

      A good example is the pir sensor module https://github.com/paviro/MMM-PIR-Sensor/blob/master/node_helper.js#L59 In this line it executes a linux command as a child process.

      If you check the documentation you can get the response of it in a callback https://nodejs.org/dist/latest-v10.x/docs/api/child_process.html#child_process_child_process_exec_command_options_callback

      If you need more information about node helpers you can check the docs here https://github.com/MichMich/MagicMirror/tree/master/modules#the-node-helper-node_helperjs

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

      should be fixed now. thanks for reporting

      posted in Entertainment
      strawberry 3.141S
      strawberry 3.141
    • RE: v2.1.1 Update Error

      @bluecaka69 no those files which get complaint about modifications but you can save your config as well

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

      @strawberry-3.141 said in MMM-voice:

      • remove the module directory
      • open your bashrc file and delete at the bottom:
      export LD_LIBRARY_PATH=:/usr/local/lib
      export PKG_CONFIG_PATH=:/usr/local/lib/pkgconfig
      
      • in /home/pi/ there should be directories called pocketsphinx and sphinxbase, go into them and execute make uninstall, afterwards you can remove them.
      • run apt-get autoremove to uninstall dependencies that are not longer needed on your system
      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Notification between modules

      @idoodler he’s using arrow functions =>, therefore he stays in the same scope.

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

      @Jacob missing comma after discover: {}

      posted in Entertainment
      strawberry 3.141S
      strawberry 3.141
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      @Richard238 you can use the module identifier for it as it is unique

      #module_7_calendar .fa.fa-calendar-check-o {
      
      }
      
      #module_8_calendar .fa.fa-calendar-check-o {
      
      }
      

      the number is the index of the entry in your config starting at 0

      e.g.

      modules: [
        {module: "A", position: "top_right"}, //index: 0
        {module: "B", position: "top_right"}, //index: 1
        {module: "calendar", position: "top_right"}, //index: 2
        ...
      ]
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-voice

      @daenick please read this https://github.com/fewieden/MMM-voice#information if you want to use faster detection you have to use a different module as this one will never support online services like google, apple, amazon, etc.

      there are some custom language models for other languages https://sourceforge.net/projects/cmusphinx/files/Acoustic and Language Models/

      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: access to config language setting

      @sdetweil the global language is accessible like this config.language see example https://github.com/MichMich/MagicMirror/blob/master/modules/default/clock/clock.js#L49

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

      @jeffreyking you need to overwrite the grayscale filter in your custom.css file to 0% https://github.com/fewieden/MMM-MovieInfo/blob/master/MMM-MovieInfo.css#L8-L12

      posted in Entertainment
      strawberry 3.141S
      strawberry 3.141
    • RE: My own fonts

      @zkab you can set the font in custom.css

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

      @pepemujica atm you can control the following modules (mmm-soccer, mmm-fuel, mmm-nhl and mmm-ip)

      and some basic commands in the voice module itself

      COMMANDS:

      • HIDE MODULES
      • SHOW MODULES
      • WAKE UP
      • GO TO SLEEP
      • OPEN HELP
      • CLOSE HELP
      posted in Utilities
      strawberry 3.141S
      strawberry 3.141
    • RE: Mobile app (bachelor thesis)

      I sent an email to all private messages I have received. I switched my mail provider a year ago and do not have longer the instructions. Maybe someone who tested it 2 years ago can send me them again :D

      I’m sorry but I discontinued the apple developer programm due to its fee, so the app can no longer be tested for iOS.

      Also this app was just a prototype and never went into active development.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Space between 2 modules

      you can just put .module { margin-top: 10px;} in the custom.css this should work

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 26
    • 27
    • 19 / 27