MagicMirror Forum

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

    pingywon

    @pingywon

    3
    Reputation
    954
    Profile views
    27
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    pingywon Unfollow Follow

    Best posts made by pingywon

    • RE: Issue with White list IP(s) not working :(

      white listing everyone would be totally fine. Thanks for this! I cant wait to try it!

      posted in Troubleshooting
      P
      pingywon
    • RE: ipWhitelist HowTo

      FOUND A WAY TO RESOLVE THIS!

      Add

      cat /etc/modprobe.d/ipv6.conf 
      # Don't load ipv6 by default
      alias net-pf-10 off
      # uncommented
      alias ipv6 off
      # added
      options ipv6 disable_ipv6=1
      # this is needed for not loading ipv6 driver 
      blacklist ipv6
      

      to turn off all IPv6 on the Raspi.
      Than edit all the IPv6 out of your config file.

       },
              ipWhitelist: [
                      "192.168.0.92",
                      "192.168.0.1/24",
                      "127.0.0.1"
      
      

      I still have the .92 in there from testing. It is not needed.

      did a sudo reboot just for safe measure and now it all seems to be working as intended. No real idea what the actual issue was…but it is resolved. FINALLY! 🙂

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

      FOUND A WAY TO RESOLVE THIS!

      Add

      cat /etc/modprobe.d/ipv6.conf 
      # Don't load ipv6 by default
      alias net-pf-10 off
      # uncommented
      alias ipv6 off
      # added
      options ipv6 disable_ipv6=1
      # this is needed for not loading ipv6 driver 
      blacklist ipv6
      

      to turn off all IPv6 on the Raspi.
      Than edit all the IPv6 out of your config file.

       },
              ipWhitelist: [
                      "192.168.0.92",
                      "192.168.0.1/24",
                      "127.0.0.1"
      
      

      I still have the .92 in there from testing. It is not needed.

      did a sudo reboot just for safe measure and now it all seems to be working as intended. No real idea what the actual issue was…but it is resolved. FINALLY! 🙂

      posted in Troubleshooting
      P
      pingywon

    Latest posts made by pingywon

    • RE: Any Horoscope modules that work?

      @sdetweil said in Any Horoscope modules that work?:

      @pingywon what does broken mean. a little more info please

      @sdetweil Or anyone… can someone confirm the module is still working? or is it broken for everyone?

      posted in Troubleshooting
      P
      pingywon
    • RE: Any Horoscope modules that work?

      @sdetweil the module loads properly but the horoscope just shows

      []
      

      instead of the text of the actual horoscope

      I removed the whole module and “re-cloned” it but its still just showing [] instead of text

      posted in Troubleshooting
      P
      pingywon
    • RE: Any Horoscope modules that work?

      @sdetweil … I spoke too soon. I had MMM-Astrology working just fine and then started playing with a bunch of other stuff and now its broken…either I broke it or it just happen to break 4 days after I got it working. Can anyone help or confirm?

      Here is my config block for it. look ok?

      {
                  module: 'MMM-Astrology',
                  disabled: false,
                  position: 'bottom_right',
                  config: {
                      starSigns: ["gemini"],
                      hScope: "daily",
                      tcolor: "white"
                  }
              },
      

      Any help would be great…the Gemini in my house NEEDS her horiscope. 🙂

      posted in Troubleshooting
      P
      pingywon
    • RE: Any Horoscope modules that work?

      @sdetweil This helped a lot, I was still having some issues, but I was able to get MMM-Astrology working correctly.

      Thank you once again for the help.

      posted in Troubleshooting
      P
      pingywon
    • Any Horoscope modules that work?

      Both:
      https://github.com/cowboysdude/MMM-Astrology
      and
      https://github.com/morozgrafix/MMM-horoscope

      are very broken.

      Can anyone fix them or is there any other Astrology modules that actually do work?

      I had an old MM running for years with old software and the Astrology one worked. I wiped everything and updated to the latest and greatest and now neither one will work and im not sure why.

      HALP! 🙂

      posted in Troubleshooting
      P
      pingywon
    • RE: MMPM Guided Setup problem

      @andzie82 I am getting this same error…came here looking for help. Following.

      posted in Troubleshooting
      P
      pingywon
    • RE: Complete Options List for config.js

      @nimbus78 yes. Assuming you are in Windows… download notepad++. It’s free. Once you have it open go to the plug in manager and search for java or jscript plug ins. I can not think of the one that I really like at the moment but you can then copy your config to your windows box. Hit one button and it will line everything up nice and clean jscript format. It will make looking at your config a lot easier. From there it will also tell you if you are forgetting a comma or curly bracket as you add modules to your config.

      Use winscp to copy the config to/from your pi.

      Also. Once you have a good workin config and you wanna play with a new module. Make a back up first so that if it doesn’t work out or you are frustrated you can “restore the back up”

      On the pi command line to create a back up.

      Navigate to the die with your config:

      cp config.filename backupfile.name

      cp is the copy command and it works as “from” and then “to”

      If you ever need to restore:

      cp backupfile.name config.filename.

      Reload and you are safely back where you started before screwing with your config.

      Hopefully some of this helps you.

      posted in Troubleshooting
      P
      pingywon
    • RE: Switch HDMI on/off by pressing button connected to GPIO.

      install the MMM-Admin module. It will serve up a webpage and you can control the HDMI from there…even use it on your phone. works well

      posted in Troubleshooting
      P
      pingywon
    • RE: MagicMirror in progress

      looking good!

      posted in Show your Mirror
      P
      pingywon
    • RE: NOOB requesting some help...

      inside the modules dir there is a “default” dir. 😉

      that is where they are all at.

      posted in Troubleshooting
      P
      pingywon