I’m familiar with git, but not github as much. Since I forked your repository to make my change, then did a pull request which you accepted, I now show my repo as being one commit behind yours. How do I tell github to pull that commit, or do I just delete my repo and fork again when/if needed?
Latest posts made by sprior
-
RE: MMM-GoogleMapsTraffic
-
RE: MMM-GoogleMapsTraffic
I created a pull request that I’d like merged. I added a config parameter that allows you to specify the type of map to display, my favorite is the hybrid which shows a satellite image with the roads on top. I left the default to display just the road maps as before.
-
Thinking about using Magic Mirror as a home automation system status screen
I’ve been looking for a simple way to build a dashboard for the home automation system I wrote, even if worst case it’s just a good example of node.js programming to start from. I previously looked at NODE-RED, but found that it had some limitations that rule it out.
One big requirement for me is to be able to display images - for example if a motion detector outside trips I get a MQTT notification on a topic and I’d like to be able to display a picture on the mirror taken from the camera in that area. The image could be the entire background of the display, or it could be in a window.
Is anyone aware of any examples where someone has used MM in a home monitoring type situation? I would assume this sort of thing has been done before.