MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. djuscha
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    djuscha

    @djuscha

    0
    Reputation
    413
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    djuscha Unfollow Follow

    Latest posts made by djuscha

    • RE: Magic Mirror Schlafmodus trotz* Powermanagement off*

      @MMRIZE
      I know this site and I tried the first one.
      But I have Buster and it says something about Jessy and Stretch, what goes with Buster

      posted in Troubleshooting
      D
      djuscha
    • RE: Magic Mirror Schlafmodus trotz* Powermanagement off*

      @MMRIZE said in Magic Mirror Schlafmodus trotz* Powermanagement off*:

      Which RPI device / OS are you using? (detailly)

      Raspberry Pi 2 Model B V1.1
      OS Buster Raspberry Pi OS (Legacy) with desktop Debian version: 10 (buster)
      Image 2022-09-22-raspios-buster-armhf.img

      posted in Troubleshooting
      D
      djuscha
    • RE: Magic Mirror Schlafmodus trotz* Powermanagement off*
      > sudo iw dev wlan0 set power_save off
      

      I tried that too 😞 Mirror goes to sleep anyway, only later

      posted in Troubleshooting
      D
      djuscha
    • RE: Magic Mirror Schlafmodus trotz* Powermanagement off*

      Thanks for the answer, I can also speak English with Google 🙂
      I’ll try that now and let you know if it works

      @MMRIZE said in Magic Mirror Schlafmodus trotz* Powermanagement off*:

      RPI’s WLAN sometimes go to sleep and never wakes automatically.

      I understand that, but how do I make sure it doesn’t fall asleep

      
      that shows my iwconfig
      
      pi@raspberrypi:~ $ iwconfig
      lo        no wireless extensions.
      
      eth0      no wireless extensions.
      
      wlan0     IEEE 802.11  ESSID:"FRITZ!Box Fon WLAN 7490"
                Mode:Managed  Frequency:2.467 GHz  Access Point: FC:EC:AA:32:ED:5A
                Bit Rate=72.2 Mb/s   Tx-Power=20 dBm
                Retry short limit:7   RTS thr=2347 B   Fragment thr:off
                Power Management:off
                Link Quality=54/70  Signal level=-56 dBm
                Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
                Tx excessive retries:0  Invalid misc:644   Missed beacon:0
      
      
      posted in Troubleshooting
      D
      djuscha
    • Magic Mirror Schlafmodus trotz* Powermanagement off*

      Hi Community, hab mein MagicMirror neu aufgesetzt. Unter anderem hab ich Telegram Modul drin.
      Als Betriebssystem musste ich Buster für mein Pi nehmen. Solange der Raspi am Netzwerkkabel angeschlossen ist läuft alles gut. Wenn ich aber über den Wlanadapter mit Inet verbinde hab ich verschiedene Fehler.
      Das Sagt mir mein Telegrambot.

      Ich bin aus dem Tiefschlaf aufgewacht.
      Error: EFATAL
      Description: No internet?
      

      Oder ich hatte auch

      [Warning] An error has occurred!
      Error:502
      Description:Bad Getaway
      

      Meistens aber die erste Fehlermeldung. Und der News Modul zeigt Meldung kein Internet.
      Ich glaube mein Wlanadapter geht in den Schlafmodus.
      Wenn ich iwconfig eingebe. Steht die Meldung Powermanagement off
      Das hab ich auch noch probiert

      sudo nano /etc/network/interfaces
      allow-hotplug wlan0
      iface wlan0 inet manual
      post-up iw wlan0 set power_save off
      

      Jetzt läuft der MMirror länger aber steigt trotzdem mal aus 
      Ich hab WlanAdapter von Edimax , also hab ich auch das probiert

      sudo nano /etc/modprobe.d/8192cu.conf
      options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
      

      Fehler ist immer noch da. Jetzt weiss ich nicht mehr was ich machen mus 😞

      posted in Troubleshooting
      D
      djuscha
    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      @lavolp3 said in MMM-SystemStats (cpu temp/load, fre ram ...):

      MMM-SystemStats .title

      I tried both, that did not work 😞

      posted in Utilities
      D
      djuscha
    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      I want to move module 10 px to the right. if i change custom css it’s not what i do wrong

      .MMM-SystemStats  {
         margin-right: 10px;
      
      }
      

      it does not change even after the reboot

      posted in Utilities
      D
      djuscha
    • region.lower.third move downward

      I would like region.lower.third move downward, if I do that main.css

      .region.lower.third {
        top: 78%;
      }
      

      original 66% does it work
      if I do custom.css

      region.lower.third {
        top: 78%;
      }
      

      it will not be changed .
      is my spelling wrong?

      posted in Development
      D
      djuscha
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Have now made everything new. Raspe new SD card new. MagicMirror Software nue and RTSP module made new. I had 2 cameras. That ran for a few hours and then a camera picture was black, although PM2 status was online. After rebooting everything went again for a few hours.

      have omxRestart set to 2 hours in both cameras that did not help synonymous.
      Raspberry Pi 3 RTSP Stream Viewer
      Now I’ve configured according to the instructions and this is stable for 3 days. Is independent of Magicmirror running in the foreground.
      have a Raspi and there runs Raspberry Pi 3 RTSP Stream Viewer with 4 cameras for 5 days very stable. I also tested on Raspi zero, and it worked.

      posted in Utilities
      D
      djuscha
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      I found that on my troubleshooting on the internet maybe that helps us?

      RTSP-Stream-Viewer

      posted in Utilities
      D
      djuscha