MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Jopyth
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 2
    • Followers 6
    • Topics 8
    • Posts 279
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: MMM-PIR-Sensor tuning

      @shgmongohh And you want this, to adjust delay and distance accordingly? I have used a simple python program for that, maybe I can find it again.

      Edit: Never mind, but if you just want to know, when the sensor goes off or on this tutorial might help.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-Button doesn't work

      @cruunnerr Yes, that sounds about right, you can try the rebuild thing first.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-Button doesn't work

      @cruunnerr This folder (MagicMirror/node_modules) was created during your installation, so you can safely delete it (but only this folder and everything in it. You just need to do the installation again (a npm install will create the exact same folders and files). Did you use the automatic installer script?

      Basically it looks like you have this problem. There are also some suggestions there.

      posted in Troubleshooting
      J
      Jopyth
    • RE: Get value from Input Box

      @shvncrvn Well, that depends on how your scanner is connected? Is there any library or project that already can read a code from it?

      posted in Development
      J
      Jopyth
    • RE: MMM-PIR-Sensor tuning

      @shgmongohh Does you sensor have these turn knobs, to adjust distance and time delay? Like here? Lets hope it does, all you need to do then, is turn them until the delay + distance work fine.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-FRITZ-Box-Callmonitor

      @ostfilinchen You might have on older version can you try to use git pull and see if it updates (note: you must do this inside the MMM-FRITZ-Box-Callmonitor folder. Also you can check the date of your version with git show, it should show this:

      commit 9a35b1a74811a2e7c31edb35d59bab010dd5f991
      Merge: 08633e0 bfee1e5
      Author: Paul-Vincent Roll <paviro@me.com>
      Date:   Fri Sep 23 11:26:47 2016 +0200
      [...]
      
      posted in Troubleshooting
      J
      Jopyth
    • RE: Get value from Input Box

      @shvncrvn This seems a little bit too vague to me. Are you trying to reach an external webservice (like google?), where you would input something into the box, and display that result on your mirror? If yes, you can try to find out if this webservice uses POST or GET requests to retrieve the data (through developer console of your browser) or maybe even has an API, or anything like that, and send a request to that the same URL.

      In this case you can look at this module and see if it works for you.

      posted in Development
      J
      Jopyth
    • RE: MMM-Button doesn't work

      @cruunnerr I had this module version mismatch before, too. I updated node and npm and it went away, but I do not know if that will solve your problem + you seem to have an up to date version. Maybe try and delete your node_modules folders (in the MagicMirror folder and you modules folder, i.e. MagicMirror/modules/MMM-Button), and do an npm install again?

      posted in Troubleshooting
      J
      Jopyth
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @rvdgeer Glad you like it. :)

      By the way I am also looking for new ideas, if anyone wants to a do a certain thing via this interface, I would happy to add it, if it is possible.

      posted in System
      J
      Jopyth
    • RE: MMM-FRITZ-Box-Callmonitor

      @ostfilinchen Can you add showContactsStatus: true, in the config, and see if it successfully loads your contacts? Either a small warning sign should appear after you restart your mirror, or a number showing how many contacts are loaded.

      If the contacts load correctly, please look at the format your numbers are in the phonebook, e.g. are they like +12 (345) 678901 or 0012345678901… (do not post the real number)? I have experienced some problems with certain formatting as well, however have not had time to fix it in the code, instead I replaced my numbers in the FRITZ!Box, and always used the format 0123 4567891.

      If there is a warning sign, please have a look at the logs (if you start it with pm2 you can do pm2 logs --lines 100 mm) and search for an error related to the Callmonitor.

      posted in Troubleshooting
      J
      Jopyth
    • 1 / 1