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

    Posts

    Recent Best Controversial
    • RE: PM2 logs

      @KirAsh4 i only have the mm on Port 8080. How can i check, what Use the Port 8080? If i open the address http://raspberrypi:8080 i only See the MagicMirror…

      posted in Troubleshooting
      O
      ostfilinchen
    • PM2 logs

      Hi all,

      when i call pm2 logs mm i get these Errors:
      (node:24612) DeprecationWarning: sys is deprecated. Use util instead.
      { Error: listen EADDRINUSE :::8080
      at Object.exports._errnoException (util.js:1008:11)
      at exports._exceptionWithHostPort (util.js:1031:20)
      at Server._listen2 (net.js:1253:14)
      at listen (net.js:1289:10)
      at Server.listen (net.js:1385:5)
      at new Server (/home/pi/MagicMirror/js/server.js:17:9)
      at /home/pi/MagicMirror/js/app.js:129:17
      at loadConfig (/home/pi/MagicMirror/js/app.js:42:4)
      at App.start (/home/pi/MagicMirror/js/app.js:115:3)
      at Object. (/home/pi/MagicMirror/js/electron.js:81:6)
      code: ‘EADDRINUSE’,
      errno: ‘EADDRINUSE’,
      syscall: ‘listen’,
      address: ‘::’,
      port: 8080 }
      (node:28564) DeprecationWarning: sys is deprecated. Use util instead.
      { Error: listen EADDRINUSE :::8080
      at Object.exports._errnoException (util.js:1008:11)
      at exports._exceptionWithHostPort (util.js:1031:20)
      at Server._listen2 (net.js:1253:14)
      at listen (net.js:1289:10)
      at Server.listen (net.js:1385:5)
      at new Server (/home/pi/MagicMirror/js/server.js:17:9)
      at /home/pi/MagicMirror/js/app.js:129:17
      at loadConfig (/home/pi/MagicMirror/js/app.js:42:4)
      at App.start (/home/pi/MagicMirror/js/app.js:115:3)
      at Object. (/home/pi/MagicMirror/js/electron.js:81:6)
      code: ‘EADDRINUSE’,
      errno: ‘EADDRINUSE’,
      syscall: ‘listen’,
      address: ‘::’,
      port: 8080 }
      (node:1309) DeprecationWarning: sys is deprecated. Use util instead.
      (node:18091) DeprecationWarning: sys is deprecated. Use util instead.
      (node:18949) DeprecationWarning: sys is deprecated. Use util instead.
      (node:1319) DeprecationWarning: sys is deprecated. Use util instead.
      (node:2450) DeprecationWarning: sys is deprecated. Use util instead.
      (node:20215) DeprecationWarning: sys is deprecated. Use util instead.
      (node:26201) DeprecationWarning: sys is deprecated. Use util instead.
      (node:23501) DeprecationWarning: sys is deprecated. Use util instead.
      (node:23793) DeprecationWarning: sys is deprecated. Use util instead.
      (node:24045) DeprecationWarning: sys is deprecated. Use util instead.
      (node:29144) DeprecationWarning: sys is deprecated. Use util instead.
      (node:27949) DeprecationWarning: sys is deprecated. Use util instead.
      (node:31805) DeprecationWarning: sys is deprecated. Use util instead.
      (node:1372) DeprecationWarning: sys is deprecated. Use util instead.
      (node:1331) DeprecationWarning: sys is deprecated. Use util instead.

      Is this an error on the pm2 or the MM himself?

      Thanks for help
      Daniel

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: Default Calender

      after testing i found the solution:

      .calendar .title {
      color: #999
      }

      posted in Development
      O
      ostfilinchen
    • Default Calender

      Hi all,

      the calendertitles are set as Default to brigtht in the calender.js line 137 (titleWrapper.className = “title bright”).

      How can i set this in the css to titleWrapper.className = “title light”?

      Daniel

      posted in Development
      O
      ostfilinchen
    • RE: MMM-Fuel

      Hi @strawberry-3-141,

      can u insert the open-Parameter to the readme on github?

      Daniel

      posted in Transport
      O
      ostfilinchen
    • RE: MMM-voice

      i have sometimes the same error. Do u have restart the mirror via pm2 restart mm?

      posted in Utilities
      O
      ostfilinchen
    • RE: MMM-Fuel

      @strawberry-3-141 i’ve open an issue on github

      posted in Transport
      O
      ostfilinchen
    • RE: MMM-Fuel

      @strawberry-3-141: i’ve made changes in MMM-Fuel.js, node_helper.js, de.json and en.json. Now it works as it should.
      The Parameter ‘type’ in the config.js must be now an array.

      How can i send you these files, so that u can implement in the original files?

      posted in Transport
      O
      ostfilinchen
    • RE: Add a background image

      i have moved the jpeg from Images to css. now it works. The Mirror doesn’t have access to the Folder Images…

      posted in Development
      O
      ostfilinchen
    • RE: Add a background image

      @strawberry-3-141: that also doesn’t work :-(

      posted in Development
      O
      ostfilinchen
    • RE: Add a background image

      Hi all,

      i’ve made an Folder in /home/pi/MagicMirror calld Images and copy in this a file logo.jpeg.

      Next i changed the custom.css like this:
      body {
      background-Image: url(“/Images/logo.jpeg”);
      background-Color: #cccccc;
      }

      But nothing happens. No Error and no Backgroundimage. What’s wrong in the custom.css? Pls help me

      Regards
      Daniel

      posted in Development
      O
      ostfilinchen
    • RE: MMM-Fuel

      Hi @strawberry-3-141 ,

      is it possible, to implement an delay so that i can start this module 2 time with different sorts? Otherwise can u implement more then 1 fuel sort?

      Regards
      Daniel

      posted in Transport
      O
      ostfilinchen
    • RE: MMM-FRITZ-Box-Callmonitor

      oh man. I’m so stupid… i wrote really passwort instead of password…

      now it work’s. Thanks for your great help @Jopyth!!!

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: MMM-FRITZ-Box-Callmonitor

      @Jopyth it’s password

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: MMM-FRITZ-Box-Callmonitor

      i have an fresh Installation and i don’t get this Output. If i set vcard to true, then it Shows me the little book with spinning arrows. The Password and user is set.

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: MMM-FRITZ-Box-Callmonitor

      this output i have also…

      must i activate the vcard-option to show how many contacts loaded?

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: MMM-FRITZ-Box-Callmonitor

      @Jopyth if i Set the Contact Status to true, nothing happens. There’s no Icon and the logs displays no error.

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: MMM-FRITZ-Box-Callmonitor

      @Jopyth: that doesn’t work. The mirror Shows me the Number, not the Name of the caller.

      posted in Troubleshooting
      O
      ostfilinchen
    • RE: Cowboysdude's Mirror

      Hi @cowboysdude,

      i have an issue with the MMM-Voice-Module. I had install all with the dependencies.sh. The Installscript says i must use mic 1 in the config.js. But it doesn’t work. The Module in the Mirror says: Initialize… and then ERROR. What can i do to resolve the Problem?

      Regards, Daniel

      posted in Show your Mirror
      O
      ostfilinchen
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @strawberry-3-141 That doesn’t work. I mean the Icon size left of the temperature Display on the top. In the Picture the sunbeams Project into the wind speed

      posted in Utilities
      O
      ostfilinchen
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 6 / 7