Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Adafruit IO Module

    Requests
    3
    5
    792
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      phreakinuts last edited by

      Looking for an Adafruit IO module. I’d like to post information from my feeds directly on my Magic Mirror. I have multiple sensors that feed into my account that I would love to see on the mirror. Anyone have information on this or could provide some direction?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • M
        matt216 last edited by

        Seconded.
        Have tried with MMM-MQTT and MMM-mqtt modules, but can’t connect to my adafruitIO feeds.

        1 Reply Last reply Reply Quote 0
        • M
          matt216 last edited by

          Update: managed to achieve this with MMM-mqtt (lower case) module.
          I think that MMM-MQTT connects with mqtt://io.adafruit.com… even if you specify 8883 port (when using SSL). With the MMM-mqtt module you can set the URL it connects with, and specify mqtts://io.adafruit.com…

          1 Reply Last reply Reply Quote 0
          • ankonaskiff17
            ankonaskiff17 last edited by

            Any chance you could post your config.js file minus private stuff? Or just the mqtt portion? I tried to do but went different path. Tried using iframe and that didn’t work at all.

            1 Reply Last reply Reply Quote 0
            • M
              matt216 last edited by matt216

              Absolutely:

              module: "MMM-mqtt",
              				position: "bottom_right",
              				header: "Garage rear door",
              				config:	{
              					mqttServer: "mqtts://username:key@io.adafruit.com:8883",
              					topic: "username/feeds/feed-name",
              					loadingText: "waiting for event...",
              					interval: 60000,
              					}
              
              

              Obviously replacing username, key and feed-name.
              I am having an issue currently with the mirror showing “MQTT server is offline” after a short time and mirror is not picking up any new messages published 😞

              Hope that helps.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy