MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Jopyth
    3. Best
    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-Remote-Control

      @termeric That is interesting. But you have added the module to your config.js as described here? Are there any errors when you start up the mirror?

      posted in Troubleshooting
      J
      Jopyth
    • RE: Introduce yourself!

      @done said in Introduce yourself!:

      You know: “If a man says that he will do it, he will! You don’t have to remind him every 6 months.” :D

      Exactly.

      I wanted a mirror since January, and finished around June. :D

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

      @slickric That is weird, my iPad is also running chrome 54.0.2840.66. I assume this also happens, when you access the remote URL from a desktop browser? Could you open the remote URL with developer console, and have a look at possible errors?

      @Pbaan93 I can add this, yes. Do you think a simple JSON format would suffice?

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

      @boardnick From your logs I read, that lxml is not installed, did you execute step 3 of the installation?

      Edit: Did anything during execution of this command go wrong? sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev && sudo pip install fritzconnection

      posted in Troubleshooting
      J
      Jopyth
    • RE: mouse..

      @KirAsh4 Yes I think that might be it.

      @audehdud You need to overwrite the rule which hides the cursor in the css/main.css file, which hides the cursor:

      html {
        cursor: none;
        overflow:hidden;
      }
      
      /*...*/
      

      For example, you can add these lines to your css/custom.css:

      html {
        cursor: auto;
      }
      
      posted in Troubleshooting
      J
      Jopyth
    • RE: MagicMirror featured in MagPi 54

      @MichMich Very nice! I like how they did not mention how many steps there are to complete. :)

      Make yours today in easy steps

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

      @rvdgeer This is the next big thing on my ToDo list. I don’t know when I will finish this though. If anyone has ideas on the workflow and the UI and how they would like to see and change the config in the UI, feel free to post here.

      posted in System
      J
      Jopyth
    • RE: [MMM-PIR-Sensor] Install failing

      @thoimi Check for the correct wiring (PIN-Numbers can be confusing, there is the BCM numbering and the other one), also make sure GND and 5V are conncted correctly, adjust sensitivity to maximum and time to minimum (so it hopefully switch back and forth quickly), try covering up the sensor under a bowl or something and then put your hand in to test.

      When I set up the sensor, I also searched for the error for hours, and at the end my problem was the sensor was plugged into pin 4 (BCM) and not 7 as I thought. Also I think you need to remove the , pull_up_down=GPIO.PUD_DOWN part (PIR example).

      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: Complete set up Tutorial (Typos?)

      @strawberry-3.141 Thanks for tagging. I updated the commands to not include additional single quotes.

      posted in General Discussion
      J
      Jopyth
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 6 / 10