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

    Posts

    Recent Best Controversial
    • RE: Trouble to uopdate MagicMirror

      @sdetweil yes

      posted in Troubleshooting
      S
      shgmongohh
    • RE: Trouble to uopdate MagicMirror

      @sdetweil Thanks, it worked well

      posted in Troubleshooting
      S
      shgmongohh
    • Trouble to uopdate MagicMirror

      Helle,
      when I try to update my magic mirror with git pull
      I get the following meassage:

      Your local changes to the following files would be overwritten by merge:
              package-lock.json
      

      How can I fix it?

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • MM-DWD-WarnWeather "Ort nicht gefunden"

      Hi,
      I have some problems with the module. It finds not the village where I live. Also the standard villige Lörrache is not found.
      Has somebody a solution for me?

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Lunartic only a picture when static

      @Mykle1 Thanks its working

      posted in Troubleshooting
      S
      shgmongohh
    • MMM-Lunartic only a picture when static

      MMM-Lunartic only shows a picture of the moon when the image is static

      image: "static", // animation, current, DayNight or static
      

      No other option is working.

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR doesn´t work with MM 2.8

      @shgmongohh

      I have found a solution to fix the gpio problem

      npm install wiringpi-node
      

      found on here

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR doesn´t work with MM 2.8

      Hi Folks,
      maybe I have found the problem (unfortunatly not the solution.).

      In the Version where the PIR is working I have the GIOP Version 2.44.
      Where the PIR Sensor is not working I have the GIOP Version 2.25.

      How can I update the giop version 2.25 to 2.44?

      0_1573921037432_gpio 2.44.PNG

      0_1573921053337_gpio 2.15.PNG

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR doesn´t work with MM 2.8

      The same as before when it was still working

      {
              module: 'MMM-PIR-Sensor',
      			//https://github.com/paviro/MMM-PIR-Sensor
              config: {
                sensorPIN: 23,//18, //VCC 5V; BMC Pin: gpio readall
      		powerSaving: true
              }
           },
      
      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR doesn´t work with MM 2.8

      I have update to 2.9. But unfortunaly its the same.

      I have tested the PIR. It detects motion, so the hardware is ok. I don´t understand why it doesn´t turn off the monitor.

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR doesn´t work with MM 2.8

      I delete MM folder from the pi and install it via

      bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
      
      posted in Troubleshooting
      S
      shgmongohh
    • MMM-PIR doesn´t work with MM 2.8

      Hi,
      after a few years with a working MM 2.0 I want a fresh installed MM2.8 on my Pi3.
      The hardware configuration wasn´t changed. With MM2.0 MMM-PIR was working fine. After the fresh installation, without changing PINs or any other hardware, MMM-PIR doesn´t turn of the monitor.

      Has anybody an idea, why MMM-PIR doesn´t work on MM2.8

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: Raspian buster & MM 2.8

      @sdetweil
      Thanks! I don´t know what you have done, but your script works fine.

      posted in Troubleshooting
      S
      shgmongohh
    • Raspian buster & MM 2.8

      Hi folks,

      I tried to install MM 2.8 on a fresh raspian buster Pi3 system with the tutorial from KirAsh4 .

      Everything is looking good during the installation. During the installation I also can see the MM2 screen. But after a restart, MM2 will not start automaticly .

      Can anybody help me?

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Globe

      @sdetweil

      I don´t think that it is static. Every hour the picture is updated with the same adress.
      I thought that Globe updated the picture with the update intervall.

      posted in Utilities
      S
      shgmongohh
    • RE: MMM-Globe

      @saljoke
      I also replaced the URL but the image doesn´t update.
      Has anybody a solution, how to update the image automatically?

             ownImagePath:'https://eumetview.eumetsat.int/static-images/latestImages/EUMETSAT_MSG_RGBNatColourEnhncd_LowResolution.jpg',
              updateInterval: 10*60*1000
      
      posted in Utilities
      S
      shgmongohh
    • RE: MMM-PIR doesn´t turn off monitor since update MM 2.7

      I get a failure message and I don´t know, how to fix it. npm audit fix doesnt work.

      pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm install electron-rebuild
      + electron-rebuild@1.8.4
      updated 1 package and audited 301 packages in 17.922s
      found 1 high severity vulnerability
        run `npm audit fix` to fix them, or `npm audit` for details
      
      
      pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm audit
      
                             === npm audit security report ===
      
      
                                       Manual Review
                   Some vulnerabilities require your attention to resolve
      
                Visit https://go.npm.me/audit-guide for additional guidance
      
      
        High            Arbitrary File Overwrite
      
        Package         tar
      
        Patched in      >=4.4.2
      
        Dependency of   electron-rebuild [dev]
      
        Path            electron-rebuild > node-gyp > tar
      
        More info       https://nodesecurity.io/advisories/803
      
      found 1 high severity vulnerability in 301 scanned packages
        1 vulnerability requires manual review. See the full report for details.
      
      
      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR doesn´t turn off monitor since update MM 2.7

      @Fonfon
      How do you force the epoll rebuild?

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR-Sensor not working with latest release - display does not turn off

      @sdetweil

      In which folder ?
      0_1555100722499_Unbenannt.PNG

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-PIR-Sensor not working with latest release - display does not turn off

      @Kugelfang

      Where did you change the displaOff.sh? Where can I find this?

      Sebastain

      posted in Troubleshooting
      S
      shgmongohh
    • 1 / 1