MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Lange
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 3
    • Controversial 0
    • Groups 0

    Lange

    @Lange

    5
    Reputation
    817
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Lange Unfollow Follow

    Best posts made by Lange

    • RE: Blank mirror?

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

      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: 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

    Latest posts made by Lange

    • 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 😃

      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