MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. johnsonkao
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    johnsonkao

    @johnsonkao

    I come from Taiwan and also am a
    Microsoft MVP for Visual Studio and Development Technology. Recently I use Magic Mirror 2 integrated LUIS.AI to finish a Magic chat Mirror. It's cool and a product for Iot and AI. Happy to see you all ^^

    0
    Reputation
    445
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    johnsonkao Unfollow Follow

    Latest posts made by johnsonkao

    • RE: Can I control a relay on MagicMirror2?

      Using WebIOPI is simple way to control GPIOs . The followings is my solution.

      1. To install WebIOPI to your raspberry Pi.
        webiopi Installation
        Note: if you use webiopi 0.7 and rasp 2, you have to run the patch.

      2. In the node_help.js of your module, use ‘http post’ to control the GPIOs.
        WebIOPI rest api
        ex:
        SET ‘GPIO 3’ to ‘IN’ , the request as below:
        HTTP POST
        http:/192.168.1.200:8000/GPIO/3/function/in

      posted in Development
      johnsonkaoJ
      johnsonkao