MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Coolie1101
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 0
    • Posts 31
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Which modules with Home Assistant currently work?

      @babene1 Hey, I followed your setup instructions but still get undefined for the sensors, any ideas?

      Config

                      {
                              module: "MMM-HASS",
                              position: "top_right",
                              config: {
                                      host: "hass_ip",
                                      port: "8123",
                                      apipassword: "hass_api_password",
                                      hassiotoken: "true",
                                      token: "hass_token_for_MMM-HASS"                                
                                      https: false,
                                      devices: [
                                      { deviceLabel: "Interior",
                                              deviceReadings: [
                                              { sensor: "sensor.living_room_thermostat_temperature"},
                                              { sensor: "sensor.living_room_ac_temperature"}
                                              ]
                                      },
                                      ]
                              }
                      },
      
      
      posted in General Discussion
      Coolie1101C
      Coolie1101
    • 1 / 1