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

    Exndfan

    @Exndfan

    7
    Reputation
    10
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Exndfan Unfollow Follow

    Best posts made by Exndfan

    • MagicMirrors that are information centers

      Thought that I would share the MagicMirrors that I built…

      The first endeavor utilized a 32" LED television that had been given to me by a friend. I removed the plastic cabinetry from the television and then cut an opening in the basement family room wall the exact size of the television (I chose the location at the bottom of the stairs and was fortunate that the back side of the wall wasn’t finished as it was in the mechanical area of the basement). I put the television in the opening and then used oak trim to make a nice frame. Pictures are of the front side and the back side.IMG_0950.jpg IMG_0951.jpg

      After I built my first MagicMirror, I found that it was really inconvenient to have to go to the basement just to see the important stuff so, I decided to build a second mirror utilizing a second Raspberry Pi. (Truth is I needed a project to keep my hands and mind occupied!) I had an old iPad laying around that wasn’t doing anything so I decided that it would make a nice display.IMG_0952.jpg IMG_0953.jpg

      For the iPad, I made a small opening in the wall behind the iPad and fished the power cord down into the basement laundry room. I used small pieces of oak (1/2" and 1/4" thick) to hold the iPad on the wall. This MagicMirror is on the wall immediately inside the back door. This one is more convenient for us to see the temperature as we are leaving the house. I did have to remove the overhead flights module on this one because of space limitations. This MagicMirror uses VNC to connect to the Raspberry Pi which is located in the networking closet of our home.

      Both of the Raspberry Pis backup their respective home folders to a Macintosh on the home network every morning. Every night (around midnight) the Macintosh sends a shutdown command to the Pis and then sends a command to the Sonoff at each Pi to cut the power. The
      Sonoffs power up in the morning which causes the Pis to power up for the day.

      Building these have been fun and I hope that these pics inspire others to build.

      posted in Show your Mirror
      E
      Exndfan
    • *Newly created module - MMM-Planefinder*

      I have managed to find a way to create a module showing the aircraft overhead without having any API calls:

      https://github.com/kds54/MMM-Planefinder

      I hope others are able to make some use of it.

      posted in Utilities
      E
      Exndfan
    • RE: Request: Flight tracker using PiAware

      Well…I managed to come up with a viable alternative for what I was wanting to display. I will continue to clean it up and let everyone know

      posted in Requests
      E
      Exndfan
    • RE: Request: Flight tracker using PiAware

      @sdetweil Oops…The. repo is at http://github.com/kds54/MMM-Planefinder

      I also put it in the listing. of 3rd party modules

      posted in Requests
      E
      Exndfan

    Latest posts made by Exndfan

    • RE: Request: Flight tracker using PiAware

      @JohnGalt No, this won’t display the 1090 dump from PiAware. It. uses the software from planefinder.net. The planefinder software is an addon to the Raspberry Pi OS and runs in the background. I use it on a Pi 4 Bookworm

      posted in Requests
      E
      Exndfan
    • RE: Request: Flight tracker using PiAware

      @sdetweil Oops…The. repo is at http://github.com/kds54/MMM-Planefinder

      I also put it in the listing. of 3rd party modules

      posted in Requests
      E
      Exndfan
    • RE: Request: Flight tracker using PiAware

      @Richard238 Let me know if you need help.

      posted in Requests
      E
      Exndfan
    • *Newly created module - MMM-Planefinder*

      I have managed to find a way to create a module showing the aircraft overhead without having any API calls:

      https://github.com/kds54/MMM-Planefinder

      I hope others are able to make some use of it.

      posted in Utilities
      E
      Exndfan
    • RE: Request: Flight tracker using PiAware

      Well…I managed to come up with a viable alternative for what I was wanting to display. I will continue to clean it up and let everyone know

      posted in Requests
      E
      Exndfan
    • Request: Flight tracker using PiAware

      I have missed having a module that lists the flights overhead since it went dark some time ago. I may have a solution but have no idea how to code it since JavaScript is pretty much like hieroglyphics to me.

      I am running PiAware on separate pi and the listing of overhead aircraft can be read as a json file but not all of the information that I would like displayed is in the json file. Would someone be willing to work on this with me?

      posted in Requests
      E
      Exndfan
    • RE: MMM-Fuel

      Hi Ray,

      I am experiencing the same thing. No stations and no prices. My provider is GasBuddy also

      posted in Troubleshooting
      E
      Exndfan
    • RE: Schedule reboot of Pi or MagicMirror

      I have mine set up with a Python script to do a reboot and invoke it with crontab. As far as the television monitor is concerned, I use a Sonoff S31 and programmed it to shut down and turn on at certain times.

      #! /usr/bin/env python3
      #Shutdown.py
      #Do the actual reboot
      os.system(‘sudo shutdown now’)

      posted in Troubleshooting
      E
      Exndfan
    • RE: MagicMirror no longer fills the screen

      @sdetweil I am afraid that I was the one that wasn’t understanding what you were saying. I corrected the config file and it’s working properly again.

      Thanks again for the great install scripts! Cheers

      posted in Troubleshooting
      E
      Exndfan
    • RE: MagicMirror no longer fills the screen

      @sdetweil Thanks Sam but still no go. I don’t think that I’m expressing the problem correctly. As you can see in the screenshot below, the MagicMirror isn’t filling the screen on the the Pi. In terminal, I stopped the MM (pm2 stop MagicMirror) and then started the MM (pm2 start MagicMirror) and the MagicMirror refuses fill the screen. Since the MM isn’t full screen, some of the information at the bottom of the MM window is cut off. Under normal circumstances, the terminal window and the menu bar at the top would disappear under the MM. The desktop image shown in the screenshot is the default desktop when I installed the Bullseye Pi OS. The display appears the same when I connect a monitor directly to the Pi or by viewing in VNC. Screenshot 2023-04-18 at 2.35.14 PM.jpg The MM worked correctly yesterday and filled the screen but this problem showed up overnight. I’m thinking that a setting inside MM got dorked and I have no idea where it would be.

      posted in Troubleshooting
      E
      Exndfan