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

    Posts

    Recent Best Controversial
    • RE: ipWhitelist HowTo

      Is the smartphone on your wifi? If it is, just follow the steps to add your whole subnet.

      If you’re trying to access it while using the phone’s network, that’s going to be harder. You’re going to have to configure your router to allow port forwarding to your pi, then figure out what your phones IP is. Then you could be safe and only allow that IP. The problem with that is when your IP changes, you’ll have to edit your whitelist again. You could try to add the class C or D subnet if you don’t want to worry too much about this, but you’ll be opening up your network to the internet in the process so good luck!

      posted in Tutorials
      mochmanM
      mochman
    • RE: MMM-Nest

      @Mitch1138 You may be able to change the .center part of the css to change the font size. I’m not to sure though, I don’t know much about CSS. Sorry.

      posted in Utilities
      mochmanM
      mochman
    • RE: v2.1.1 Update Error

      @lucallmon If you don’t care about the changes you made to those files then you can run
      git stash from your MagicMirror directory. You should be able to run the git pull command after that.

      If you want to keep them, I’d just copy those files to somewhere not in your MagicMirror directory, run the stash command, pull the new MM, and put them back if you think they aren’t going to break anything in 2.1.1

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: Where to run a Script?

      Okay I thought you were using alexaPi, looks like alexa-client. In that case, have you run

      cd /home/pi/MagicMirror/alexa-client/
      pip install -r requirements.txt
      python setup.py install
      sudo pip install -r auth_web_requirements.txt
      

      already? If so, try

      cd /home/pi/MagicMirror/alexa-client/
      python auth_web.py
      

      In this application you will need to add the token you get from the website to your settings.py file. After you get the token, run nano settings.py and paste the token where it says

      REFRESH_TOKEN= ``
      

      so it will say something like

      REFRESH_TOKEN= `yourTokenGoesHere`
      
      posted in Troubleshooting
      mochmanM
      mochman
    • RE: Where to run a Script?

      Are you physically connected or VNC’ed to the raspberryPi? If so, open up a terminal window and then type
      sudo python /path/to/your/alexapi/folder/auth_web.py
      then open up your browser (the one in the pi) and go to http://localhost:3000
      log in with your Amazon login/pass. The script should update your settings.py file for you.

      If you are using an ssh program to access the pi. Run the first command as normal, then open up a browser and go to http://your.pi.ip.addr:3000

      The rest should be the same.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: ipWhitelist HowTo

      It looks like your raspberry pi started using IPv4 instead of IPv6. the ::ffff: before your ip shows that it’s trying to use a IPv6. That’s where "::ffff:10.0.0.1/120" was working. Seems like something changed though that it’s now using the IPv4 address.
      So to cover all your bases, keep both "::ffff:10.0.0.1/120" and "10.0.0.1/24" in and you shouldn’t run into this problem again.

      posted in Tutorials
      mochmanM
      mochman
    • RE: ipWhitelist HowTo

      Have you tried adding "10.0.0.1/24" to the list since it looks like your client is using an IPv4 connection?

      posted in Tutorials
      mochmanM
      mochman
    • RE: MMM-AlexaPi

      How did you set up your AlexaPi program? Did you use the default raspberrypi platform? If so, you may need to change it in your config file.

      sudo nano /etc/opt/AlexaPi/config.yaml

      Find the area called Platform: and change

      platform:
        # Name of your platform, e.g. raspberrypi, orangepi, desktop
      device: "raspberrypi"
      

      to:

      platform:
        # Name of your platform, e.g. raspberrypi, orangepi, desktop
      device: "magicmirror"
      

      You may also want to scroll down further on the config file and see if your magicmirror settings are correct.

      Then don’t forget to restart the AlexaPi program.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: Javascript Timing Events

      Thanks.

      I added a “last updated at: XXXX” to the modules and now they both have updated correctly the past few days. Guess it was gremlins.

      posted in Troubleshooting
      mochmanM
      mochman
    • RE: Javascript Timing Events

      @Jopyth 1 is MMM-forecast-io and the other is one I made. Other modules I’ve made still update correctly as well as other default modules.

      If it becomes a pain to keep reloading the mirror, I’ll probably just wipe the drive and start over fresh.

      posted in Troubleshooting
      mochmanM
      mochman
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 14
    • 15
    • 4 / 15