MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pingywon
    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 5
    • Posts 27
    • Groups 0

    Posts

    Recent Best Controversial
    • 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
    • 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
    • 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: ipWhitelist HowTo

      I agree that /24 is 255.255.255.0 or 192.268.x.0 to 192.168.x.255

      That’s why these issues are making me crazy aka can’t figure them out.

      posted in Tutorials
      P
      pingywon
    • RE: ipWhitelist HowTo

      LOL. Not sure if you mean me, but yes I have read this thread from beginning to end and it doesnt resolve my white list issues. This for whole forum is not that big. I’d be willing to bet I have read most of it

      posted in Tutorials
      P
      pingywon
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      I have come to the same conclusion on my own today. added the single ip of my work station and was able to get access. This works for now, but it is not a long term solution. I installed MMM-admin-panel and want to able to access the mirror from pretty much any ip inside my network.

      Im going to do some more testing on monday…but im afraid I might have to add every darn IP in my internal DHCP scope just to not have to worry about it.

      I agree it makes NO SENSE! :)

      In the meantime let me know if you come up with any other developments.

      Thank you

      posted in Troubleshooting
      P
      pingywon
    • RE: Calendar for Exchange? Not office 365

      Yeah- great advice but still a no-go for me. Our Exchange is hosted and the hosting company wont allow me to share the calendar in any form other they busy/free. I emailed them we shall see what they say…

      Any way I can get me calendar to sync with gmail and then share the gmail calendar? Just thinking out loud here.

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

      Anyone else have any input. Im kinda stuck here. I have looked at other threads and have not drawn any conclusions

      posted in Troubleshooting
      P
      pingywon
    • RE: Calendar for Exchange? Not office 365

      I have not tried it exactly that way. I have gone into the webmail and looked at the cal settings. Tried to publish it to the web that way and it gives me a permission error. Saying it can’t share limited or full.

      Worth mentioned that my exchange is hosted in the cloud. I think it’s a provider setting.

      BUT

      I have not tried it the way you are doing it there with sharing it with “someone” if I set it up to share with “me” will it email me an .ical link?

      Cause I think that might work. I’ll try today.

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

      I do thank you for your time, but that thread is someone with the exact same problem as me and the answer is the same one you posed here and it doesnt work.

      Why does it seem only a few people are having this issue?

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

      I am having the same issue as op and the last post doesnt help. Whenever I change the white list to anything other then default i just get a blank screen with MM

      posted in Troubleshooting
      P
      pingywon
    • 1 / 1