MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Adafruit IO Module

    Scheduled Pinned Locked Moved Unsolved Requests
    5 Posts 3 Posters 1.9k Views 3 Watching
    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 Offline
      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 Offline
        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 Offline
          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
          • ankonaskiff17A Offline
            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 Offline
              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

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy