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: Help configuring the Magic Mirror

      @PhilsterM9 Do not delete the sample configuration. Please have a look at the post of @Snille again and go trough them step by step. If you followed the default installation, these commands should work out of the box. After the step nano config.js you should end up with a file full of content, with about 100 lines.

      posted in Troubleshooting
      J
      Jopyth
    • RE: How to uninstall unclutter?

      @l8kerjuan I moved this topic, since it is a question independent of the old topic you posted in. Did @broberg answer solve it?

      posted in Troubleshooting
      J
      Jopyth
    • RE: PIR-Sensor - put your mirror to sleep if not used

      Please continue discussion about install issues here. There is already info on how it can be solved. For other problems with the PIR-Sensor Module please open a new thread in the troubleshooting section.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-PIR-Sensor - White Screen

      @Them-Russians Try changing line 24 in package.json as shown here and reinstall with npm install in the module folder. Does that help?

      Also: Please continue discussion about install issues here. There is already info on how it can be solved. For other problems with the PIR-Sensor Module please open a new thread in the modeul troubleshooting section.

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

      @boardnick Well the good news in that case is: You just need to fix this error, and it should work fine. Does this work? Or any of the things google spits out? If yes, please let me know, maybe the current way of installing lxml is not the best one.

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

      @kerijn @fox I think I fixed this issue before, it comes from the changes the Magic Mirror version 2.1.0 introduced. I am not sure, but I think the changes neccessary are almost as simple as here. Will have to test this at home though. Maybe there was something else needed.

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

      @boardnick That is strange. Can you try calling the python connection script directly? For example, replace your password, user and IP in this command python fritz_access.py -p passwd -u user -i 192.168.FRITZ.BOX? Needs to be called from the MMM-FRITZ-Box-Callmonitor directory.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-Remote-Control

      @ostfilinchen Well in that case someone should open a new issues in the core project instead. Probably Edge is doing strange stuff, but maybe we can solve it in the core project.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-Remote-Control

      @Hein-Jan Maybe you can add an issue on Github with the Edge version number, and an anonymized copy of you config.js? This would help me look into this, when I get the chance.

      posted in Troubleshooting
      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: MMM-FRITZ-Box-Callmonitor

      @kwaeksler Also, is there any new output in the logs?

      posted in Troubleshooting
      J
      Jopyth
    • RE: WE WANT YOU! [New Moderators]

      I offer to help as a moderator.

      Why do I think I am qualified?

      • By now I feel like I understand most of the project, except a few details here and there
      • I have previously moderated a forum for a few years (in my opinion successfully and fairly) - even though the topic (a forum for a gaming clan for an MMO) and technology (that was 6 years ago) was different, the same tasks and skills apply
      • I try to be as helpful as possible, whenever I type an answer (maybe my reputation rank compared to my number of posts rank (currently #7 vs. #10) between the users of the forum reflects that just a little bit - or it is just the popularity of my modules, who knows?)
      • I have had suggestions before (here), 80 percent of which @paviro carried out, a tiny part of me is still waiting for the other 20 percent to be changed or an answer why the remainder wasn’t such a good idea

      Why do I want to?

      • Some of the points you mentioned in the moderator job bug me, too, and it is clear that it is too much work for you guys - so many topics with missing markdown, unfitting thread titles and error reports (troubleshooting requests) in the showcase threads - and I could not help before, but I might be able to do that, if you take me
      • I love the community and the project, and reached a (in my opinion) surprising amount of attention with a few of my modules, and would like stay active

      Why you should definitely not take me:

      • I would definitely no longer call my post a short text
      • Also I would have more free time

      In the last weeks since Christmas I didn’t have as much time for the project and the forum, I had to do a lot of stuff for university and work, but things have calmed down a bit now. In the next days I will start dealing with all the issues on my modules, since v2.1.0 came out, and hopefully also soon help with moderating the forum.

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

      If someone still has issues with the IP whitelist, please check this thread. For the other issues, if someone has clean steps to reproduce them, please post here or on the github issues linked in that post.

      posted in System
      J
      Jopyth
    • RE: MMM-Remote-Control after upd MM to 2.1.0

      Does anyone know, what causes the problem? How do I reproduce the issue? Just a random config with one module disabled? If someone has a working small example (config), please post here or in the github issue.

      I will see if I can fix it on the weekend.

      posted in Troubleshooting
      J
      Jopyth
    • RE: HUGE FLAW IN MY PLAN

      For reference: Installation - Step 2

      Add the following to the module section of your config.js:

      {
          module: 'MMM-Remote-Control',
          position: 'bottom_left'
      },
      

      If you only copied the example config, paste these lines, for example, between lines 17 and 18.

      Hopefully this shows you your IP address right on your mirror in the bottom right corner.

      If not you can execute the command ifconfig on your raspberry and look at the output, make sure to take the IP of the correct adapter (i.e. WLAN if you are using WLAN).

      posted in Troubleshooting
      J
      Jopyth
    • RE: HUGE FLAW IN MY PLAN

      What is your issue with the remote control module? Once you installed it, and add it to your config.js, restart your mirror and go to the remote control page. It is hosted on your pi, so you need to know the IP, e.g. if your IP is 192.168.0.111 you need to go to 192.168.0.111:8080/remote.html. There you should be able to switch off/on your display.

      posted in Troubleshooting
      J
      Jopyth
    • RE: Trello list to display like wunderlist module.

      Build a trello module?

      I suppose the view is not as you expect, but that can be adapted.

      Edit: just saw the other post, have you seen how checklists are displayed in the module? Would this look like you want it? I am the author of the module, and could probably implement this, or you try to do it yourself, maybe use something like the building of a checklist dom (here) and use that to display the titles of cards?

      Also how would you “check off” cards in trello? Move them to another list? Would you want both lists displayed, one as ToDo and one as Done?

      posted in Requests
      J
      Jopyth
    • RE: skywriter - python to javascript

      @kclemen I was just pointing you in the right direction sometimes. ;) Best of luck with finishing the rest of the module.

      posted in Development
      J
      Jopyth
    • RE: skywriter - python to javascript

      @kclemen Are you searching for the output in your browser console? The console.log("...") command from node_helper.js is shown on the console, however console.log("...") commands of your module will appear in your developer tools console in the browser (e.g. electron).

      posted in Development
      J
      Jopyth
    • RE: Advent Module not working for me...?

      @valid8r Did you copy and paste the example config from the readme? The section should work as is. If you did not copy it exactly, pay attention to the braces and commas, maybe you have got a syntax error.

      Full disclosure: I am the author of the module.

      posted in Troubleshooting
      J
      Jopyth
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 13
    • 14
    • 7 / 14