@Hein-Jan not a bad idea. I can probably just hardcore that in and have a config setting that can enable it to only show on Feb 14th. One possible drawback of that is that module is still going to be loaded in memory other 364 days of the year.
Read the statement by Michael Teeuw here.
Posts made by morozgrafix
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
@tamug1 Here you go. It’s running a little sluggish on my RasPi 2 and I don’t have RasPi 3 hooked up. Please let me know how well it performs on your system.
[card:morozgrafix/MMM-Valentine]
Thanks.
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
How is it his? There are 15 different Valentines themed icons and most of the code is shamelessly borrowed from MMM-Snow by @MichMich
Going to get some dinner and push it up to GitHub
-
RE: How to set ipWhitelist for all device can acess to MagicMirror v2?
@AAPS It’s totally your call. I don’t think it affects anything as long as your network is closed and secure.
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
@cowboysdude Yes exactly. Almost done with MMM-Valentine :heart:
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
@tamug1 that’s a fun idea. I think it would be easy to modify this module https://github.com/MichMich/MMM-Snow to do hearts. If I have time later tonight I will try to do it.
-
RE: How to set ipWhitelist for all device can acess to MagicMirror v2?
@Mykle1 Glad it all worked out!
@AAPS Theoretically you are fine but you are whitelisting a lot of IPs. Assuming you are talking about IPv6. Here is a brief explanation example:
192.168.1.1/24
subnet mask on IPv4 network would cover IP256
IP addresses ranging from192.168.1.0
to192.168.1.255
.Start IP: 192.168.1.0 End IP: 192.168.1.255 Addresses: 256 Class: Class C Netmask: 255.255.255.0. Binary: 11111111 11111111 11111111 00000000
::ffff:192.168.1.1/120
subnet mask on IPv6 network would also cover256
IP addressesStart Range: 0:0:0:0:0:ffff:c0a8:100 (IPv4 equivalent of 192.168.1.0) End Range: 0:0:0:0:0:ffff:c0a8:1ff (IPv4 equivalent of 192.168.1.255) Addresses: 256
Now if you have
::ffff:192.168.1.1/24
subnet mask on IPv6 network, you would allow20282409603651670423947251286016
IPs to access your mirror. Which seems to be alot, but remember that devices most likely have to be on your home network in the first place.Start Range: 0:0:0:0:0:0:0:0 End Range: 0:ff:ffff:ffff:ffff:ffff:ffff:ffff Addresses: 20282409603651670423947251286016
Here is a helpful cheat sheet for IPv4 and IPv6 subnet masks: https://kthx.at/subnetmask/
Hope this helps.
-
RE: Garage Door Detectors
@istepgueu as far as I understand MMM-Buttons only sends notifications when button is triggered (long or short press). Your sensor is acting as a long button press and you got it working so far. What I think you need is a custom module to display status of your garage door(s) that is capable of accepting notification from MMM-buttons and then changing message displayed (or image) on the MM. One thing to keep in mind (as far as i know) is that MMM-buttons assumes that no buttons are pressed when MM starts, in your case you may need some additional logic to account for times when MM starts when your garage door is opened. @Jopyth is the original creator of MMM-buttons and may have some ideas on how to deal with that.
-
RE: Garage Door Detectors
@istepgueu thanks for the write up. I was just looking for similar sensors for my garage.