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

    Posts

    Recent Best Controversial
    • RE: Timezone

      Ï fixed it my self… not reading the readme is a fault…

      	{
      		module: "clock",
      		position: "top_bar",
      		config: {
      			timezone: "Europe/Copenhagen"
      		}
      	},
      
      posted in Troubleshooting
      L
      Lange
    • RE: Blank mirror?

      @Esinem said in Blank mirror?:

      @Lange said in Blank mirror?:

      npm install --unsafe-perm fixed the problem for me.
      

      Hurrah! You saved my sanity! Finally, after several days of repeated reinstalls and fiddling, it lives!

      Ive seen many with the problem, but no one has posted the solution. There for, always visit your old posts :D

      posted in Troubleshooting
      L
      Lange
    • Timezone

      Hi! Im running in serveronly mode and have an Airtame, witch can not set timezones.

      Is is plaussible to edit the output?

      posted in Troubleshooting
      L
      Lange
    • RE: Blank mirror?

      npm install --unsafe-perm fixed the problem for me.

      posted in Troubleshooting
      L
      Lange
    • RE: Blank mirror?

      A Black blank page. Like moduls are not loading

      posted in Troubleshooting
      L
      Lange
    • Blank mirror?

      Hi! A new setup on a ubuntu server, trying to use server only.

      This is what i get:

      node serveronly:

      lange@tower:~/MagicMirror$ node serveronly/
      Starting MagicMirror: v2.1.3
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: calendar
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 ...
      Server started ...
      Connecting socket for: updatenotification
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      
      Ready to go! Please point your browser to: http://192.168.1.123:8080
      
      

      This is what i get when using sh run-start.sh

      lange@tower:~/MagicMirror$ sh run-start.sh
      /usr/local/lib/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
      
      

      Help please :)

      posted in Troubleshooting
      L
      Lange
    • RE: Motion Detector

      @reaper81 said in Motion Detector:

      Can I use the Pi-Camera for Motion Detection and Face-Recognition at the same time or have I to use seperate cameras for each module?

      This uses a pir-sensor

      posted in Utilities
      L
      Lange
    • RE: Editing files on Windows through SD-adapter.

      Why not just set up the pi to a external monitor?
      Then use filezilla and notepad++ for editing on the windows mashine

      else use just the browser on your windows mashine

      posted in Troubleshooting
      L
      Lange
    • RE: how can I active webcam & microphon

      You need to get the modules for that.

      posted in Tutorials
      L
      Lange
    • RE: Not updating after network lost

      It seems like the browser is crashing or not auto updating since it works when you access from a new location/browser

      posted in Troubleshooting
      L
      Lange
    • RE: Help Translating Word Clock

      In Denmark we use 12-hour clock when we read out.
      At midnight we use only midnight (midnat)
      At half past six (06:30) we use “It is halv six” (Den er halv seks)

      It’s one o’clock --> Den er et (01:00)
      It’s five minutes past one --> Den er fem minutter over et (01:05)
      It’s quarter past one --> Den er kvart over et (01:15)
      It’s half past one --> Den er halv to (01:30)
      It’s twenty-five minutes to two --> Den er femogtyve minutter i to (01:35)
      It’s quarter to two --> Den er kvart i to (01:45)
      It’s ten minutes to two --> Den er ti minutter i to (01:50)
      It’s one o’clock --> Den er et (01:00)
      It’s five minutes past one --> Den er fem minutter over et (01:05)
      It’s ten minutes past one --> Den er ti minutter over et (01:10)
      It’s quarter past one --> Den er kvart over et (01:15)
      It’s twenty minutes past one --> Den er tyve minutter over et (01:20)
      It’s twenty-five minutes past one --> Den er femogtyve minutter over et (01:25)
      It’s half past one --> Den er halv to (01:30)
      It’s twenty-five minutes to two --> Den er femogtyve minutter i to (01:35)
      It’s twenty minutes to two --> Den er tyve minutter i to (01:40)
      it’s quarter to two --> Den er kvart i to (01:45)
      It’s ten minutes to two --> Den er ti minutter i to (01:50)
      It’s five minutes to two --> Den er 5 minutter i to (01:55)

      If asked about the time we say “Den er” (It is) but if we give the information in we would normally say “Klokken er” (The time is) - I have used “Den er” in this translation, but “Klokken er” is also very useable
      We dont use anything after a full hour “Den er et” or “Klokken er et” would be “Its one o’clock”

      Let me know if I can do anything for you, this was just a quick translation

      {
       "ITIS": "DEN ER",
       "HALF": "HALV",
       "QUARTER": "KVART",
       "MINUTES": "MINUTTER",
       "TO": "I",
       "PAST": "OVER",
       "ONE": "ET",
       "TWO": "TO",
       "THREE": "TRE",
       "FOUR": "FIRE",
       "FIVE": "FEM",
       "SIX": "SEKS",
       "SEVEN": "SYV",
       "EIGHT": "OTTE",
       "NINE": "NI",
       "TEN": "TI",
       "ELEVEN": "ELLEVE",
       "TWELVE": "TOLV",
       "TWENTY": "TYVE",
       "OCLOCK": "NOT-USED",
       "THIRTEEN": "TRETTEN",
       "FORTEEN": "FJORTEN",
       "FIFTEEN": "FEMTEN",
       "SIXTEEN": "SEKSTEN",
       "SEVENTEEN": "SYTTEN",
       "EIGHTEEN": "ATTEN",
       "NINETEEN": "NITTEN",
       "THIRTY": "TYVE",
       "FORTY": "FYRRE",
       "FIFTY": "HALVTREDS",
       "OH": "OH",
       "HUNDRED": "HUNDREDE",
       "ZERO": "NUL"
      }
      
      posted in Requests
      L
      Lange
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      Have anyone added a feature where it shows duedate?

      posted in Productivity
      L
      Lange
    • 1 / 1