@scooter did you write the software yourself?
Read the statement by Michael Teeuw here.
Posts
-
RE: Home made 60" touch Magic Mirror
-
RE: ipWhitelist HowTo
The reason why “/24” works
A couple different threads state to add /24 to the end of the IP address. (I’ve put a couple of those up before doing some research too). While this will indeed allow your network devices access to your magic mirror, it will also allow any device with an IPv4 based address access to your mirror (obviously your router would need to be configured to allow this).
This “/24” in IPv6 CIDR allows 20,282,409,603,651,670,423,947,251,286,016 different IP addresses access. (IPv4’s total addresses are 4,294,967,296).
More information
If you’d like to learn more or have different sub-netting needs, I found this page useful.I don’t ageee with that. 192.167.1.0/24 is everything in the 192.168.1.x range, nothing more nothing less. If it allows more than this is a massive flaw/security risk.
If you want to allow your own subnet then just look at your subnet mask and use google to get the CIDR
-
RE: MMM-TelegramBot : Control MM on Telegram
I think this is one of the best modules I’ve seen in a long time - now… how do we get developers to add support?
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
Can you confirm the get URL to hide and show all?
-
Dash - Current Petrol Levels
We’ve just started using Dash.by - which is an app that connects to a bluetooth OBD device in our car. I have no idea how to right this stuff, but it would be great if we could have a ‘Petrol’ meter for the Mirror - a bit like ‘signal’ level on the iPhone I guess!
-
RE: Tado module?
@strawberry-3.141 I’ll be getting radiator thermostats in the next few weeks but no cooling
-
RE: Tado module?
There is a tado API, but I don’t know how to use this to display data on the MagicMirror
https://my.tado.com/mobile/1.9/getCurrentState?username=xxxxxxxxxxxx@xxxxx.xxx&password=yyyyyyyyyyyyyyyyy
I guess in its simplest form, we just need a module which connects to the above URL and then pulls information based on specific strings. eg: “insideTemp”:20.61I can do this in Python… not Javascript though
Example of output
{“success”:true,“operation”:“HOME”,“preheating”:false,“preheatingTargetOperation”:null,“autoOperation”:“HOME”,“operationTrigger”:“SYSTEM”,“insideTemp”:20.61,“setPointTemp”:20.8,“controlPhase”:“STEADY”,“currentUserPrivacyEnabled”:false,“currentUserGeoStale”:null,“deviceUpdating”:false,“homeId”:xxx,“heatingOn”:true,“internetGatewayType”:“GW02”,“internetGatewayConnected”:true,“heatingMuscleType”:“BU01”,“heatingMuscleConnected”:true,“insideTemperatureSensorType”:“RU01”,“insideTemperatureSensorConnected”:true,“settingsEnabled”:true,“fallbackOperation”:false,“helpUrl”:“https://support.tado.com/hc/","pendingDeviceInstallation”:false}