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

    Photon2000

    @Photon2000

    1
    Reputation
    426
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Photon2000 Unfollow Follow

    Best posts made by Photon2000

    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      Hi all,
      good news for Pi Zero users:
      The new image “Raspbian Jessie with PIXEL” comes bundled with the chromium browser. I’ve installed it tonight and chromium works on the Pi Zero (W). If I connect to a serveronly installation of MagicMirror the “ES6-problematic” modules (im my case: compliments, MMM-PublicTransportBerlin) comes up.

      It’s not that fluently; CPU is 100% but it work’s.

      posted in Transport
      P
      Photon2000

    Latest posts made by Photon2000

    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      After studying a lot of comments to different mirror glasses here in the forum I decided to place my order here.
      @Goldjunge_Chriz Is there any way to accelerate the community order?

      # username width (m) height (m) real area (m²) area to pay for (min. 0,4 m²) location of delivery additional comments (like polished edges)
      1 Ivanov_d 0,8 0,73 0,58 0,58 Bulgaria polished edges
      2 fribse 0,7 0,6 0,42 0,42 Denmark polished edges
      3 lavolp3 0,666 0,666 0,44 0,44 Germany (NRW)
      4 super99iper 0,715 1,24 0,887‬ 0,887 Italy Polished edges, Own shipment
      5 Photon2000 0,79 0,79 0,62 0,62 Germany, Berlin polished edges
      6
      7
      8
      9
      10
      posted in Hardware
      P
      Photon2000
    • RE: MMM-FRITZ-Box-Callmonitor

      Thx for fast reply!

      sudo python -c “import fritzconnection as fc; fc.print_api(password=‘PWD’)”

      gives:

      FritzConnection:
      version: 0.6
      model: None
      FritzBox API:

      and

      uname -a

      Linux Aragorn 3.19.0-26-generic #28~14.04.1-Ubuntu SMP Wed Aug 12 14:09:17 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

      posted in Troubleshooting
      P
      Photon2000
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      Hi all,
      good news for Pi Zero users:
      The new image “Raspbian Jessie with PIXEL” comes bundled with the chromium browser. I’ve installed it tonight and chromium works on the Pi Zero (W). If I connect to a serveronly installation of MagicMirror the “ES6-problematic” modules (im my case: compliments, MMM-PublicTransportBerlin) comes up.

      It’s not that fluently; CPU is 100% but it work’s.

      posted in Transport
      P
      Photon2000
    • RE: MMM-FRITZ-Box-Callmonitor

      Hi all,

      I have installed MagicMirror and the MMM-FRITZ-Box-Callmonitor two times from scratch and get the same error from the MMM-FRITZ-Box-Callmonitor:

      0_1489563961751_Screenshot - 15_03.jpg

      I’ve followd the thread and tried finally:

      “python fritz_access.py -p password -u user -i ip-of-fritzbox”

      and get the following error message:

      Traceback (most recent call last):
      File “fritz_access.py”, line 77, in
      main(args)
      File “fritz_access.py”, line 63, in main
      handle.download_phone_book()
      File “fritz_access.py”, line 22, in download_phone_book
      result = self.fc.call_action(“X_AVM-DE_OnTel”, “GetPhonebookList”)
      File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 405, in call_action
      action = self._get_action(service_name, action_name)
      File “/usr/local/lib/python2.7/dist-packages/fritzconnection/fritzconnection.py”, line 378, in _get_action
      raise ServiceError('Unknown Service: ’ + service_name)
      fritzconnection.fritzconnection.ServiceError: Unknown Service: X_AVM-DE_OnTel:1

      Do you have any ideas?

      posted in Troubleshooting
      P
      Photon2000
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      @Beh Thanks for pointing me in the right direction! So I have two choices: finding a browser for th pi zero that supports ES6 or switch to PI2/3. Fair enough. I guess that other modules use ES6 too.

      posted in Transport
      P
      Photon2000
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      Hi Beh, great module! Thanks!
      It works on a standard browser (firefox, Win10) with node.js server side on a raspberry pi zero. But on midori installed on the pi zero it doesn’t appear on the screen.

      node -v : v7.7.1
      npm -v : 4.1.2

      Do you have any idea?

      posted in Transport
      P
      Photon2000