Read the statement by Michael Teeuw here.
dnsutils on smart mirror
-
Hello guys,
Nice to meet you - you’re doing a great job here - i’ve been through this forum and fix some issues encountered on my Smart Mirror installation.
I’ve tried to find something related to dnsutils (available on raspbian) - what i’m trying to acomplish is to integrate an iframe where there will be some dig commands. For example: Voice command dig google.com and the mirror to return to commands.
Is this something that has been done as i’ve been unable to find? If not - can you guide me how can i achieve this.
I’m runing Pi3b - latest raspbian. My mirror is currently in construction as no wood frame has been added. Been able to configure some news from my country/local weather/local calendar.
Thanks,
Gox -
Found something that might be usefull - i’ll investigate what can I do
-
My recommendation would be to start with the Hello World module and implement a feature at a time.
- Get it to query the API and display the results in your module.
- Get it to respond to a message sent from any another module.
- Get it to respond to a specific message with a structured payload.
- Configure the voice recognition module to send the specific message & payload.
There’s a pretty good set of instructions in the Developer section of the Magic Mirror Github repository.