I’ve tried linking IFTTT with TelegramBot in a group chat, before learning bots cannot converse, which is annoying.
Can I control telecast with an API or outside of telegram, then I can use IFTTT Webhooks?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-TelegramBot : Control MM on Telegram
-
RE: Weather modules
@Feedy88 WeatherOrNot is beautiful and fits the bill, thanks!
-
Weather modules
I’m getting a little frustrated at the weather modules, the NOAA one’s seem to work, but the rest rely on APIs that have been deprecated.
Does anybody have a list of working weather modules? I’m not keen on the NOAA ones as they don’t fit with the look and feel of the rest of the MM ecosystem -
RE: MagicMirror Authenticator
@sdetweil what do you mean? I have a small magic mirror in my private office. Instead of opening my phone to see codes they could be displayed on the mirror
-
RE: MagicMirror Authenticator
What do you mean? If you use 2FA you’ll be familiar with the concept of codes being displayed
-
RE: MagicMirror Authenticator
I don’t mean that, I mean that it displays the Authenticator codes for other platforms, like Facebook, Google, Amazon codes. Like the Google and MS Authenticator apps do.
-
MagicMirror Authenticator
I’ve been wondering if it’s a good idea having the MM display 2FA auth codes?
-
RE: IP White List
YOu have to spend a while sending webhooks requests, then compile a list and whitelist.
IFTTT uses amazon AWS so it could be a massive list of addresses.
-
RE: MMM-Tools : System stat monitoring and commanding (ATB Supported)
Worked fine on my mirror on a Pi3B. Just had to remove some of the final commas from the config
-
RE: Home made 60" touch Magic Mirror
@scooter did you write the software yourself?
-
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}