MagicMirror Forum

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

    Posts made by rcollie

    • RE: Stop the screensaver!

      I realize how (super) old this topic is, but for anyone who stumbles across it and still dealing with this, xscreensaver really is the easiest solution.

      sudo apt-get install xscreensaver

      Just change the screen saver in there to no screen saver, and you’re sorted.

      posted in General Discussion
      rcollie
      rcollie
    • RE: Issue with White list IP(s) not working :(

      Nice one.

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

      @psteimann I’m still not understanding your intent. I’ve posted a solution (really a workaround), so I’m not clear as to whether you’re trying to help solve a problem that I’ve already solved, or if you are asking for help.

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

      @psteimann I may have misunderstood. Are you asking for help or offering suggestions?

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

      Mine looks like this:

      var config = {
      port: 8080,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”, “::ffff:192.168.3.0/28”, “192.168.2.219”, “192.168.2.3”, “192.168.2.72”, “192.168.2.78”],

      language: “en”,
      timeFormat: 12,
      units: “imperial”,

      modules: [
      
      posted in Troubleshooting
      rcollie
      rcollie
    • RE: Hiding temp from the default currentweather.js module

      You’re a legend. Thanks

      posted in Development
      rcollie
      rcollie
    • RE: Hiding temp from the default currentweather.js module

      Thanks @Mykie1. What would I do to also remove the weather icon?

      posted in Development
      rcollie
      rcollie
    • Hiding temp from the default currentweather.js module

      Hey gang

      I’ve been banging my head against a wall here. I’ve been trying to get rid of (or at least hide) the current outdoor temp from the default currentweather.js module. I’m still relatively new to java so there’s a point where I go cross-eyed when it comes to something more complex like this one.

      In the end, I want to either add it to the left of the temp in the forecast.io module made by @dmcinnes, or stick it above it.

      I can’t figure out which sections go with which item. Would someone take pity on me and help me understand the breaks in the sections?

      For sake of ease, here’s the guts of the file.
      modedit: code removed to avoid irritating other users

      posted in Development
      rcollie
      rcollie
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      Alright… Well… It makes no sense (not that it has thus far anyway) but I was playing with different configurations of ipwhitelist today, and all of the sudden

      var config = {
      		port: 8080,
      		ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.0/28", "::ffff:192.168.2.0/28", "::ffff:192.168.3.0/28", "192.168.2.219"],
      

      worked. The computer I’m working from is the last IP. Literally changed nothing else.

      As far as I can figure just adding mine the the end of the default, for some reason works. Changing anything else (tested by changing it a few more times before coming back to this) broke it again. So this is literally the only way I can get it to work. Which… makes absolutely no sense.

      I’m not going to question it anymore at this point. Just enjoy the fact that its working.

      Maybe this will do something for you too @pingywon Just replace the last IP with your own.

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

      I’m not running the dev.

      I also tried what you suggested Snille with no change.

      posted in Troubleshooting
      rcollie
      rcollie
    • 1
    • 2
    • 1 / 2