• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.4k 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 Jan 14, 2019, 12:12 AM

    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 Nov 9, 2020, 10:42 AM

      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 Nov 9, 2020, 12:01 PM

        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
        • A Offline
          ankonaskiff17
          last edited by Nov 10, 2020, 5:06 PM

          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 Nov 15, 2020, 1:21 PM Nov 15, 2020, 1:19 PM

            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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy