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

    Posts

    Recent Best Controversial
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      added the pkill commands but it does not work. It does not kill the apps.

      From time to time, the feed disappears. Have not yet found when and why.
      Sometimes it runs 2 days without problems, the other day it only lasts for some hours.
      Weird.

      Only thing what helps is currently a reboot of the whole pi.

      Since it was to complicated to log in on a device to give the reboot command, i set up a
      Amazon Dash Button and placed it right next to the mirror.
      So my wife can reboot the mirror with just a simple order- click. ;)

      Hopefully the OMX version will become more stable sooner or later.

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

      Thanks for the explanation.
      It was already working, but i could not see the stream remotely within a VNC session (the ffmpeg stream was visible).
      It works perfect now. No delay, and way sharper.
      But…
      If i restart the mirror because of changes in the config, i get a blank black screen.
      The omxplayer does not stop completely. One instance is still running and is not killable.

      Additionally it seems that something kills the DNS of the pi. (Could be something else, but i guess it starts by adding your module).
      Now the stupid thing. if i restart the service with “dhclient”, the name resolution works again, but i need to restart the mirror, that the scripts are loading.
      If i restart the mirror, dns is not working anymore. (etc/resolve.conf is correct)

      It would really helpful if the omxplayer would shutdown completely if i
      pm2 stop mirror.sh
      or
      pm2 restart mirror.sh
      to not get a blank screen.

      Above all this, i love the module and appreciate your work. Thanks a lot.
      WAF is really huge for this great addon ;)

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

      Do i understand correctly?
      Local Player means that it only can playback a source, directly installed at the pi?
      No source from a wlan attached ip cam?

      Tried the wip branch for my IP cam, since the ffmeg player uses 100% and has 6 seconds delay in my case.
      With the omx player i do not get a picture anymore. (At least i do not have a complete black screen anymore ;) )

      posted in Utilities
      B
      barnosch
    • RE: Mirror is turning off since today after some minutes

      So it is definetly related to either pm2 or the MM application.
      If i stop the mirror with “pm2 stop mirror.sh” the normal pi desktop is shown and the screen does not go offline.
      The status light of the monitor is always “online”, even if there is no picture shown anymore.
      I can always revive the screen (for some minutes) with the above bash script.

      I really can’t get it, whats causing this.
      i checked the crontab -e file (also as sudo) there is just a
      @reboot script for the mirror to autostart after a reboot
      and two scripts for switching the monitor off at 10pm and switch on at 6.45am. This is working.

      Any suggestions?
      It started after testing with a pir sensor. This sensor is meanwhile disconnected physically.

      posted in Troubleshooting
      B
      barnosch
    • RE: Default Calendar adjustment

      Hi Dirk,

      is it the standard calender module?
      where does you source come from? Where do you get this information from?
      I am also interested in a module like this and could look into it aswell.

      Ist das das Standard Kalender Modul? Wo ist deine Quelle?
      Wäre auch an dem Modul interessiert und könnte es mir dann genauer anschauen

      posted in Troubleshooting
      B
      barnosch
    • RE: Show webpage / iframe and reload

      i had the same and i could fix it, in my special case, by simply reloading the webpage periodically i want to show.
      (i use a wepage that crawls the status of my automatic lawn mower and shows me informations like status and battery)

      If you handle the webpage yourself, thats an easy option.
      If you want to show a external source, it’s not working.

      posted in Requests
      B
      barnosch
    • Mirror is turning off since today after some minutes

      I recognized that my mirror is turning off after some minutes since today.
      I am playing arround with a PIR sensor, but i guess this is not the root cause.
      Nothing is running currently in the background.

      I can revive the monitor by running the following script

      tvservice --preferred && sudo chvt 6 && sudo chvt 7
      vcgencmd display_power 1
      

      again for some minutes.
      The only thing i did is a apt-get upgrade and i think there was only a nodejs update.
      Could it be that this causes the mirror shutting of?

      Can someone explain how to get the older package again?

      posted in Troubleshooting
      B
      barnosch
    • RE: Input...What do you think?

      Thanks. I already fixed it at my mirror with
      (config was already in 24hours mode)
      changeing this line

      //  time = time.toLocaleString('en-US', { hour: 'numeric',minute:'numeric', hour12: true });
             time = time.toLocaleString('de-DE', { hour: 'numeric',minute:'numeric', hour24: true });
      

      which did the job

      And for the sunset and sunrise i just changed to

      H:mm
      
      

      Ugly and hardcoded but worked for me. with my low programming skills.

      How is the correct way to update the repository via git? I’m kind of new to this stuff.

      posted in Development
      B
      barnosch
    • RE: Input...What do you think?

      Looks very nice.
      The german translation seems to be wrong ;) and not even added to the MMM-NOAA.js
      Guess your are still in the middle of development.
      Added it myself but it is not working yet.
      Also i would like a 24hours setting, if possible.

      Thansk for your work

      PS: is this correct in the default settings? Guess not.

      show: "F".toLowerCase(), // show F or C Temps
      
      posted in Development
      B
      barnosch
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 8 / 8