• 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.

MMM-MQTT shows no data

Scheduled Pinned Locked Moved Unsolved Troubleshooting
2 Posts 2 Posters 392 Views 2 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.
  • R Offline
    Richard238
    last edited by Dec 4, 2021, 5:02 PM

    MM is on IP.21
    Another Pi (IP.35) has a timestamp node sending its data to Amazon IoT
    Tested, working, all ok.
    Picked up ok on Node-red another Pi, (IP.34)

    Added MMM-MQTT.

                {
                    address: 'random_numbers-ats.iot.eu-west-2.amazonaws.com',          // Server address or IP address
                    port: '8883',                  // Port number if other than default
                    ca: 'random_numbers-random_numbers-random_numbers-certificate.pem.crt.txt', // Path to trusted CA certificate file (optional)
                    // clientId: 'mirror',         // Custom MQTT client ID (optional)
                    //user: 'user',                  // Leave out for no user
                    //password: 'password',          // Leave out for no password
                    subscriptions: [
                        {
                            topic: 'nr_test_1', // Topic to look for
                            label: 'Timestamp', // Displayed in front of value
    

    Address - tried IP of other 'Pi. (.35) Tried Amazon IoT address
    Port - Tried 1883 and 8883
    Does MMM-MQTT not need the private key as well as the ca cert?
    (I’m not using user and password.)

    MM shows only MQTT and Timestamp, but no live data.

    What have I missed on the setup for this, please?

    C 1 Reply Last reply Dec 4, 2021, 8:33 PM Reply Quote 0
    • C Offline
      cowboysdude Module Developer @Richard238
      last edited by Dec 4, 2021, 8:33 PM

      @richard238 No you haven’t missed anything. I have NEVER gotten it to work ever… and I tried for weeks.

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        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