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: Introduce yourself!

      @darrene there are face and voice recognition modules already built

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Garage Door Detectors

      @istepgueu you need a getDom function where you render your images.

      then in the notification received save the state in variables then call updateDom.

      in getDom you render the images based on the state

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-NFL

      @Mykle1 without any modifications this is only possible with mmm-voice

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: config error somewhere, need help

      @TaylorTech22 here is the sample config file https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Is there a place where people can share their config files?

      @1uke_ you maybe want to checkout the showroom section, people sometimes share their config there too. If you see something interesting on pictures, you can ask the authors for their config.

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Module to reset some modules

      @theusu5k config option message_read_time https://github.com/mjtice/MMM-Pushbullet#configuration-options

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-traffic - used 12 hour to get it work but can not....

      @ironman_DK problem solved. Somehow he modified the module directory name to lowercase and the system couldn’t find the module.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Grunt - Warning?

      @Damian don’t worry, that’s just needed if you want to develop. also it’s just a warning and no error, so everything will work for you as you expect

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Bad question

      @Fonfon you are in the wrong directory cd ~/MagicMirror

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Slack integration

      @hartattack I think @morozgrafix is pretty familiar with slack isn’t he :D

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: [MMM-PIR-Sensor] Install failing

      @STEFF92 none is not a valid js value either use

      {
        module: 'MMM-PIR-Sensor',
        config: {
          sensorPIN: 23,
          powerSaving: true,
          relayPIN: false,
          relayOnState: 1
        }
      },
      

      or like this, because relayPIN is set to false by default

      {
        module: 'MMM-PIR-Sensor',
        config: {
          sensorPIN: 23,
          powerSaving: true,
          relayOnState: 1
        }
      },
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Can't figure out how to change timezone

      @WoozieMoo

      {
        module: "clock",
        position: "top_left",
        config: {
          timezone: 'Etc/GMT-5'
        }
      }
      

      but if this is your actual timezone, then you just should change the timezone settings on your pi itself

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Complete set up Tutorial (Typos?)

      @broberg hes refering to this one https://forum.magicmirror.builders/topic/236/complete-setup-tutorial

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: London Bus status

      @soqueen there is a comma missing after limit: 5

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: [MMM-PIR-Sensor] Install failing

      @STEFF92 I guess you might defined the wrong pin number according on your setup you use gpio23 which is pin 16 in this diagram https://forum.magicmirror.builders/uploads/files/1485851152518-raspberry-pi-15b.jpg, but I never did something with the gpio of the pi

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: What's the difference?

      @Mykle1 just do that in easypix

      if (notification === 'HIDE_LUCY') {
          this.hide(1000);
      }
      
      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Complete set up Tutorial (Typos?)

      @qqqqqqqq this command is only about the MagicMirror itself, which is included in the tutorial as well, but the tutorial also include setting up the raspberry pi. When I first read this thread i thought the qutes were there to mark code, but it’s already highlighted with markdown syntax, so it’s probably better to remove them. @Global-Moderators

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • RE: Quotation of the day

      @cowboysdude would be cool if the module would support multiple apis,

      for english http://quotesondesign.com
      for german http://www.zitate-online.de

      and then the api gets selected by the global language defined in the config file with english as fallback for a non supported language

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: Wunderlist - your todos on the mirror

      @Mar there is a new dependency, so you have to run npm install in the MMM-Wunderlist directory

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: What's the difference?

      @Mykle1 never tried to install it on windows, you need ti install all dependencies manually if they even exist for windows, then make sure when they get used that the path etc is correct

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 23 / 27