@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.
Read the statement by Michael Teeuw here.
Posts
-
RE: Help configuring the Magic Mirror
-
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?
-
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.
-
RE: MMM-PIR-Sensor - White Screen
@Them-Russians Try changing line 24 in
package.jsonas shown here and reinstall withnpm installin 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.
-
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.
-
RE: [MMM-PIR-Sensor] Install failing
-
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 theMMM-FRITZ-Box-Callmonitordirectory. -
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.
-
RE: MMM-Remote-Control
-
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 -
RE: MMM-FRITZ-Box-Callmonitor
@kwaeksler Also, is there any new output in the logs?
-
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.0came out, and hopefully also soon help with moderating the forum. -
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.
-
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.
-
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
ifconfigon 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). -
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 is192.168.0.111you need to go to192.168.0.111:8080/remote.html. There you should be able to switch off/on your display. -
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?
-
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.
-
RE: skywriter - python to javascript
@kclemen Are you searching for the output in your browser console? The
console.log("...")command fromnode_helper.jsis shown on the console, howeverconsole.log("...")commands of your module will appear in your developer tools console in the browser (e.g. electron). -
RE: Advent Module not working for me...?
@valid8r Did you copy and paste the example
configfrom 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.