Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Coolie1101
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Groups 0

    Coolie1101

    @Coolie1101

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Coolie1101 Follow

    Latest posts made by Coolie1101

    • RE: Which modules with Home Assistant currently work?

      @babene1 No, no errors, in HA.

      posted in General Discussion
      Coolie1101
      Coolie1101
    • RE: Which modules with Home Assistant currently work?

      @babene1 yes

      posted in General Discussion
      Coolie1101
      Coolie1101
    • 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
      Coolie1101
      Coolie1101