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 145
    • Groups 0

    Posts

    Recent Best Controversial
    • 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 / 1