MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ReneDD
    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 3
    • Posts 10
    • Groups 0

    ReneDD

    @ReneDD

    0
    Reputation
    268
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ReneDD Unfollow Follow

    Latest posts made by ReneDD

    • RE: mmm-systemtemperature liefert keinen Wert

      @renedd said in mmm-systemtemperature liefert keinen Wert:

      Das “Problem” ist wohl, dass bei mir der MM als Docker Container läuft. Rufe ich “docker-compose exec magic_mirror /bin/bash” auf, dann finde ich dort keine Möglichkeit ein vcgencmd Kommando abzusetzen (No such file …). Gibt es eine andere Möglichkeit an die Raspi-Temp. zu kommen?

      No indication of the temperature. The problem is probably that with me the MM as docker container runs. If I call “docker-compose exec magic_mirror / bin / bash”, then I find there no possibility to issue a vcgencmd command (No such file …). Is there another possibility to the Raspi-Temp. get?

      translated with google

      posted in Troubleshooting
      R
      ReneDD
    • mmm-openhabfloorplan zeigt nichts an

      Der Default Plan wird dargestellt und mit draft: true wird auch das Licht angezeigt. Der Status von OH2 wird aber ignoriert.

      config: { 
        updateInterval: 5000, //60 * 60 * 1000,
        draft: false,
        openhab: {
          url: "http://192.168.1.41:8080",
          version: 2
        },
        floorplan: {
          image: "floorplan-default.png",
          width: 400,
          height: 333
        },
        lights: {
          FBWz03: { left: 80, top: 110 }
        }
      

      Die REST API ist aktiv und liefert ON bzw. OFF:

      http://192.168.1.41:8080/rest/items/FBWz03/state
      

      Ein Neustart schaffte keine Abhilfe. OH2 und MM laufen auf einem Raspi3 - jedes in einem eigenen Docker Container.

      Was kann ich tun, damit es funktioniert?

      posted in Troubleshooting
      R
      ReneDD
    • mmm-systemtemperature liefert keinen Wert

      Das “Problem” ist wohl, dass bei mir der MM als Docker Container läuft. Rufe ich “docker-compose exec magic_mirror /bin/bash” auf, dann finde ich dort keine Möglichkeit ein vcgencmd Kommando abzusetzen (No such file …). Gibt es eine andere Möglichkeit an die Raspi-Temp. zu kommen?

      posted in Troubleshooting
      R
      ReneDD
    • RE: MMM-DVB

      Es geschehen Wunder. Nach einem erneuten Reboot funktioniert jetzt alles. Vielen Dank,

      posted in Troubleshooting
      R
      ReneDD
    • RE: MMM-DVB

      @justjim1220 said in MMM-DVB:

      Sie müssen ein Leerzeichen zwischen @latest & -g haben

      Das hatte ich.

      Versuchen Sie auch, das System neu zu starten

      Das brachte leider auch keinen Erfolg.

      posted in Troubleshooting
      R
      ReneDD
    • RE: MMM-DVB

      Das npm Audit zeigt für diese restlichen 8 Probleme keine Lösungsvorschläge mehr an. Es erfolgt nur der Hinweis, das der minimatch Fehler in Version > 3.0.2. behoben ist. Vielleicht liegt es auch daran, dass ich nur eine abgespecktes OS (HypriotOS) verwende und MM selbst als Dockercontainer läuft. MM läuft aber, die mitgelieferten Module funktionieren auch. Ich werde in den nächsten Tagen versuchen, andere zusätzliche Module zum laufen zu bringen, mal sehen ab das klappt.

      posted in Troubleshooting
      R
      ReneDD
    • RE: MMM-DVB

      Die Fehler bleiben :(

      sudo npm audit fix
      up to date in 12.475s
      fixed 0 of 8 vulnerabilities in 1806 scanned packages
        8 vulnerabilities required manual review and could not be updated
      

      Übrigens, wenn ich npm install Phantomjs@latest-g ausführe, kommen ebenfalls Fehler:

      Unexpected platform or architecture: linux/arm
      It seems there is no binary available for your platform/architecture
      Try to install PhantomJS globally
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! phantomjs@2.1.7 install: `node install.js`
      npm ERR! Exit status 1
      

      Deshalb habe ich die Version von hier https://www.bitpi.co/2015/02/10/installing-phantomjs-on-the-raspberry-pi/ genommen

      posted in Troubleshooting
      R
      ReneDD
    • RE: MMM-DVB

      Danke, leider bleiben die 3 Fehler:

      HypriotOS/armv7: pirate@black-pearl in ~/magic_mirror/modules/MMM-DVB
      $ sudo npm install
      audited 1806 packages in 16.763s
      found 8 vulnerabilities (5 low, 3 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      

      … und die drei als High markierten Einträge betreffen noch immer die zu alte minimatch Version (s.o.).

      posted in Troubleshooting
      R
      ReneDD
    • RE: MMM-DVB

      @renedd said in MMM-DVB:

      PhantomJS

      Nach der Installation von PhantomJS für ARM (Raspi) wird der Installationsvorgang angeschoben. Leider bleibt er mit einem minimatch Fehler hängen.

      High          │ Regular Expression Denial of Service                         │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Package       │ minimatch                                                    │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Patched in    │ >=3.0.2                                                      │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Dependency of │ grunt-cssbeautifier [dev]                                    │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Path          │ grunt-cssbeautifier > grunt > findup-sync > glob > minimatch
      

      Ein npm ls minimatch zeigt, dass noch ein paar alte Versionen herumgeistern. Nur wie bekomme ich diese geupdatet?

      ├─┬ grunt-cssbeautifier@0.1.9
      │ └─┬ grunt@0.4.5
      │   ├─┬ findup-sync@0.1.3
      │   │ └─┬ glob@3.2.11
      │   │   └── minimatch@0.3.0 
      │   ├─┬ glob@3.1.21
      │   │ └── minimatch@0.2.14  deduped
      │   └── minimatch@0.2.14 
      └── minimatch@3.0.4
      
      posted in Troubleshooting
      R
      ReneDD
    • MMM-DVB
      > sudo npm install
      
      > phantomjs-prebuilt@2.1.16 install /home/pirate/magic_mirror/modules/MMM-DVB/node_modules/phantomjs-prebuilt
      > node install.js
      
      PhantomJS not found on PATH
      Unexpected platform or architecture: linux/arm
      It seems there is no binary available for your platform/architecture
      Try to install PhantomJS globally
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: phantomjs-prebuilt@2.1.16 (node_modules/phantomjs-prebuilt):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: phantomjs-prebuilt@2.1.16 install: `node install.js`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      
      added 2 packages from 5 contributors and audited 1677 packages in 16.303s
      found 16 vulnerabilities (10 low, 6 high)
      

      Ich bekomme das Modul nicht zum laufen. Was kann ich tun?

      posted in Troubleshooting
      R
      ReneDD