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

    Posts

    Recent Best Controversial
    • RE: MMM-Spotify

      @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)

      posted in Entertainment
      R
      requiemmg
    • RE: MMM-AVStock

      @lavolp3 Is this module still being maintained?

      posted in Productivity
      R
      requiemmg
    • 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?

      posted in Entertainment
      R
      requiemmg
    • RE: MMM-FRITZ-Box-Callmonitor

      @sdetweil Thanks. That’s way beyond my abilities.

      posted in Troubleshooting
      R
      requiemmg
    • 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.

      posted in Troubleshooting
      R
      requiemmg
    • 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.

      posted in Troubleshooting
      R
      requiemmg
    • 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

      posted in Troubleshooting
      R
      requiemmg
    • 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.

      posted in Troubleshooting
      R
      requiemmg
    • 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
      

      Any idea on how to fix this? @paviro @sdetweil?

      posted in Troubleshooting
      R
      requiemmg
    • 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.

      posted in Troubleshooting
      R
      requiemmg
    • 1 / 1