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

rcollie

@rcollie

5
Reputation
687
Profile views
16
Posts
0
Followers
0
Following
Joined Aug 21, 2017, 3:57 AM
Last Online Jan 27, 2021, 2:09 AM

rcollie Unfollow Follow

Best posts made by 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
    R
    rcollie
    Aug 26, 2017, 7:55 PM
  • RE: Hiding temp from the default currentweather.js module

    You’re a legend. Thanks

    posted in Development
    R
    rcollie
    Aug 28, 2017, 3:11 AM
  • RE: Hiding temp from the default currentweather.js module

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

    posted in Development
    R
    rcollie
    Aug 28, 2017, 2:30 AM

Latest 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
    R
    rcollie
    Sep 13, 2017, 5:43 PM
  • RE: Issue with White list IP(s) not working :(

    Nice one.

    posted in Troubleshooting
    R
    rcollie
    Sep 13, 2017, 5:39 PM
  • 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
    R
    rcollie
    Sep 3, 2017, 6:04 PM
  • RE: Changing ipwhitelist prevents Mirror from loading correctly

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

    posted in Troubleshooting
    R
    rcollie
    Sep 3, 2017, 5:59 PM
  • 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
    R
    rcollie
    Sep 3, 2017, 5:37 PM
  • RE: Hiding temp from the default currentweather.js module

    You’re a legend. Thanks

    posted in Development
    R
    rcollie
    Aug 28, 2017, 3:11 AM
  • RE: Hiding temp from the default currentweather.js module

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

    posted in Development
    R
    rcollie
    Aug 28, 2017, 2:30 AM
  • 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
    R
    rcollie
    Aug 27, 2017, 4:15 AM
  • 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
    R
    rcollie
    Aug 26, 2017, 7:55 PM
  • 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
    R
    rcollie
    Aug 26, 2017, 4:46 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy