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

    Posts

    Recent Best Controversial
    • RE: MMM-DWD-WarnWeather - Wetterwarnungen

      @ostfilinchen said in MMM-DWD-WarnWeather - Wetterwarnungen:

      I have commented out line 56-60 in MMM-DWD-WarnWeather.js.

      Hello,

      witch code have you commented out?

      please add the sample code.

      Thanks

      posted in Utilities
      lolobyteL
      lolobyte
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz

      Hi Chriz, i can remember in an older post in approx. December 2016 i update my order with a second mirror glass 800x600 mm.

      Please update your order list.

      Thanks

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: MagicMirror v2.1.0 Update error

      @ostfilinchen

      No, not such a major issue with the pi.

      Can you access your pi with ssh?

      Take a look at

      https://forum.magicmirror.builders/topic/1326/ipwhitelist-howto/

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: MMM-Remote-Control after upd MM to 2.1.0

      @jean_pol56

      YES, damn, more than 2 hours wasted wit this issue.

      If you un-comment the “disabled: true.” argument, your remote module won’t work correctly.
      If you change the status from “true” to “false”, your remote module works again.

                  {
                          module: 'helloworld',
                          position: 'bottom_bar',
                          classes: 'small bright', // Add your own styling. Optional.
                  //      disabled: true, // verursacht Fehler in MMM-Remote-Control Modul
                          config: {
                                  text: 'TEST TEST TEST!',
                                  }
                  },
      
      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: ipWhitelist HowTo

      @mochman

      Thank you.

      Now i understand this thematic a bit better an can solve my issue.

      posted in Tutorials
      lolobyteL
      lolobyte
    • RE: MMM-Remote-Control after upd MM to 2.1.0

      @schlachtkreuzer6

      The problem remains.

      pm2 logs mm, doesn’t give me a real answer about the issue.

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: MMM-Remote-Control after upd MM to 2.1.0

      @schlachtkreuzer6

      i have now also done the npm install in the remote control folder…

      The issue remain.

      I’ll try a comlete new install of the module! :-(

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: MMM-Remote-Control after upd MM to 2.1.0

      @schlachtkreuzer6

      I only made a

      git pull

      and the answer was.

      Already up-to-date.

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • MMM-Remote-Control after upd MM to 2.1.0

      when i choose “edit modules” the MMM-Remote-Control does’t show any module.

      It mean there are no modules loaded. But more than 6 modules are running at the mirror.

      Any ideas?

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @AAPS

      do not change the end.
      In my case i change only this because it is standard in my region and given from my internet provider.
      192.168.

      In your internet region you have other access address from your provider and you must change my example with numbers of your region.

      posted in System
      lolobyteL
      lolobyte
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @AAPS

      the you must change this…

      “::ffff:xxx.xxx.1.1/24”,

      Substitude the xxx with your American numbers.

      posted in System
      lolobyteL
      lolobyte
    • RE: Where are you from?

      @des

      yepp

      Germany, Heilbronn

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @AAPS

      if your ip is from germany and you use ip4, than u can take it like it is.

      It has just another format and added “::ffff:192.168.1.1/24”,

      posted in System
      lolobyteL
      lolobyte
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @AAPS

      if you update to the new magic mirror, this will be a new option in the config.js.

      Take a look to the config.js.sample file witch is delivered with the new version of magicmirror.

      posted in System
      lolobyteL
      lolobyte
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Hi all,

      it works.

      That is my part of config with the ipwhitelist.

          ipWhitelist: [
                          "127.0.0.1",
                          "::ffff:127.0.0.1",
                          "::1",
                          "::ffff:192.168.1.1/24",
                  ],
      

      hope it will help all other user.

      posted in System
      lolobyteL
      lolobyte
    • RE: ipWhitelist doesn't work for me

      @MichMich

      how to check this?

      posted in Bug Hunt
      lolobyteL
      lolobyte
    • RE: MagicMirror v2.1.0 Update error

      nobody can help.

      I going to be crazy soon with this damn IP’s

      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],

      Can somebody put a example of a running ip address with a virtual IP like 192.168.123.123 to give access to remote control module ?

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: MMM-Admin-Interface

      Hello, i made the MM2 update and now i can’t access the admin

      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      

      I can’t insert my ip from my laptop.
      I want to access MagicMirror from laptop with Admin-Interface, but it’s not possible now with this update.

      Where i have to insert my ip address in the white-list?
      How to insert a range?

      posted in System
      lolobyteL
      lolobyte
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Hello, i made the MM2 update and now i can’t access the remote.

      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      

      I can’t insert my ip from my laptop.
      I want to access MagicMirror from laptop with Remote Control, but it’s not possible now with this update.

      Where i have to insert my ip address in the white-list?
      How to insert a range?

      posted in System
      lolobyteL
      lolobyte
    • RE: MagicMirror v2.1.0 Update error

      @PindaPower

      Hi,

      at this position i must insert my ip from the notebook?

      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “XXX.XXX.XXX.XXX”, “192.168.250.250”],

      And how to declare a range?

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 10 / 15