@skuethe Thanks. U was asking about Multi-user way back in this thread before you started maintenance. I’d think this might be great for visualization. But I think It’d need an additional multi-user view (and personally, I like to use the bar menu)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Spotify
-
RE: MMM-Spotify
@skuethe Thanks for maintaining this project. I understand that it is still not possible to display multiple accounts at the same time? (Family account, different devices; e.g. display “x is playing for user y on device z” or so?)
Another feature request: I’d like the module to be hidden when nothing is being played. I am just using this for status display, not for control of spotify. Possible to add in a coming version?
-
RE: MMM-FRITZ-Box-Callmonitor
@sdetweil Thanks. That’s way beyond my abilities.
-
RE: MMM-FRITZ-Box-Callmonitor
@sdetweil When I put it in the script in the first line, it will thow an invalid syntax error. Sorry, I guess I have to stick with the current functionality, I have no programming skills.
Thanks for your help. -
RE: MMM-FRITZ-Box-Callmonitor
from where I executed this command? from the modules’ directory.
The module is working if I use the .vcf method. But not if I want to log in via the module to fetch the latest calls.
-
RE: MMM-FRITZ-Box-Callmonitor
@sdetweil Tried to fix this with
export PATH=“$PATH:/usr/local/bin/fritzconnection”and
export PATH=“$PATH:/usr/local/bin/python”to no avail…error stays the same
-
RE: MMM-FRITZ-Box-Callmonitor
@sdetweil Thanks, yes, this has been installed with sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev && sudo pip install fritzconnection as stated on the plugins’ page (https://github.com/paviro/MMM-FRITZ-Box-Callmonitor) and https://pypi.org/project/fritzconnection/
And as stated above: When I call fritzconnection from shell, it works. But when I call the script used by the plugin, it fails on the import of the library and I have no idea why.
-
RE: MMM-FRITZ-Box-Callmonitor
@shadowmg
Just did a fresh install today. Installed MMM-FRRITZ-Box-Callmonitor, did npm install and installed fritzconnection.
Also installed fritzconnection.pi@smartmirror:~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor $ fritzconnection fritzconnection v1.8.0 FRITZ!Box 6591 Cable at http://169.254.1.1 FRITZ!OS: 7.29
But when I use
python fritz_access.py -u user -p pass -i 192.168.0.1
i get
Traceback (most recent call last): File "fritz_access.py", line 1, in <module> import argparse, os, fritzconnection, urllib2, sys, json ImportError: No module named fritzconnection
-
RE: MM fails to start after update
@sdetweil Thank you. Took me a while to find the time but now I apllied your fix (mentioned above, saw your updated script afterwars only) and had to reinstall “request”-library to some addons.
Now working.