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

    Posts

    Recent Best Controversial
    • Using P1s camera connected to the board

      Hi,

      Does anybody know a module which can work with a cam connected to the Pi-board?

      Idea: Using this instead of mounting a spy-mirror in front of the display. Would give advantage concerning brightness/contrast and saves the money for a spymirror…

      posted in Requests
      P
      psteimann
    • email-mirror: mm2 duplicates Email-accounts

      Hi,

      The module works fine as long as i do not access MM2 via http.

      On the main-screen, everything looks good, but on the MM2, Emails and accounts double up, so if i have 2 Email-Accounts and 2 Emails, i have 4 afterwards.

      If i do it again via http, i have 6 entries…strange

      In this case, i have to rebbot the pi to fix it

      any ideas?

      posted in Troubleshooting
      P
      psteimann
    • RE: Annother IPWhitelist question

      @roramirez Works like a charm…

      Thaaaaank you!!!

      posted in Troubleshooting
      P
      psteimann
    • RE: Issue with White list IP(s) not working :(

      @roramirez does that mean that I only have to do an

      npm install express-ipfilter

      from the rooter with my console, if I have the actual magic mirror installed?

      tnx

      Peter

      posted in Troubleshooting
      P
      psteimann
    • RE: Annother IPWhitelist question

      @Mykle1 @roramirez

      Exactly the same issue and behaviour here…

      posted in Troubleshooting
      P
      psteimann
    • Annother IPWhitelist question

      hi.

      whats the string to get all ip-ranges (internal and external) access to MM2?

      as documented

      MM2 stays black and there is also no access via http

      anybody can explain exactly the parameters of the string?

      tnx

      posted in Troubleshooting
      P
      psteimann
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      @rcollie if it works in your way, then its ok. My works also, so just an alternative “help”…

      posted in Troubleshooting
      P
      psteimann
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      @rcollie thats the way it works here…:-)

      posted in Troubleshooting
      P
      psteimann
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      var config = {
      port: 8088,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.1.1/24”,“192.168.1.1/24”],
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:178.198.19.1/24”,“178.198.19.1/24”],
      language: “de”,
      timeFormat: 24,
      units: “metric”,

      modules: [
      
      posted in Troubleshooting
      P
      psteimann
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      ok. try to split it into 2 entries…

      pWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”],

      …

      you are sure that port 8080 is not used by annother application or blocked by your firewall??

      First, try the first entry only and then add the second-one

      ( I used /24 instead /28, works here…)

      remove the " ," after the font?

      posted in Troubleshooting
      P
      psteimann
    • 1
    • 2
    • 3
    • 4
    • 2 / 4