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-Sensibo: Display Sensibo Thermostats on Your MagicMirror

    Scheduled Pinned Locked Moved Utilities
    2 Posts 2 Posters 304 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.
    • M Offline
      mmmallday
      last edited by

      Hey everyone! 🎉 I’m excited to share my latest MagicMirror plugin, MMM-Sensibo! This module integrates with the Sensibo API to bring real-time data from your Sensibo thermostats right to your MagicMirror display. Whether you’re managing multiple rooms or just want an easy way to check your home’s temperature, this plugin has got you covered.

      ✨ Key Features:

      • Real-Time Data: View current mode, target temperature, fan level, and room name for each thermostat.
      • Flexible Display Options: Choose between grid or list views to match your MagicMirror setup.
      • Customizable Room Icons: Use Font Awesome icons for different room types—fully customizable in the config!
      • Dual Temperature Mode: Display temperatures in Fahrenheit, Celsius, or both side-by-side with dual mode.

      ⚙️ Installation & Setup
      Head over to the GitHub repo for full installation instructions and configuration options:
      https://github.com/wlans/MMM-Sensibo

      Sample Config:

      {
          module: "MMM-Sensibo",
          position: "top_right",
          config: {
              apiKey: "YOUR_SENSIBO_API_KEY",
              view: "grid",                   // "list" or "grid" view options
              temperatureUnit: "dual",        // Options: "F", "C", or "dual" for both
              roomIcons: {                    // Custom icons (optional)
                  Kitchen: "fa-blender",
                  Garage: "fa-car",
                  Office: "fa-laptop-house",
              }
          }
      }
      

      🛠️ Contributing & Feedback
      I’d love to hear your thoughts! Feel free to test it out, open issues, or submit PRs for enhancements and improvements.

      Thanks for checking it out, and happy mirroring! 🚀

      KristjanESPERANTOK 1 Reply Last reply Reply Quote 2
      • KristjanESPERANTOK Offline
        KristjanESPERANTO Module Developer @mmmallday
        last edited by

        @mmmallday Nice! Don’t forget to add it to the module list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules 🙂

        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