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

    Posts

    Recent Best Controversial
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @ivanov_d It’s still working for me, when using https. It got to be something else…
      I changed my conf to this and it works…

      {
      	disabled: false,
      	module: 'MMM-homeassistant-sensors',
      	hiddenOnStartup: false,
      	position: 'top_right',
      	config: {
      		host: "my.ha.url.com",
      		port: "443",
      		https: true,
      		updateInterval: 60000,
      		fade: 0,
      		title: "Information",
      		noaddress: "Away",
      		token: "token...",
      		values: [
      			{
      				sensor: "sensor.living_room_temperature",
      				name: "Temp i Vardagsrummet %t%",
      				icons: [{
      						"default": "thermometer"
      					}
      				]
      			}
      		]
      	}
      }
      

      I’m on Hass.IO (from start), maybe the api is still active there? I don’t get it…
      It does not work for me on port 8123, but that’s to be expected when using ssl.

      posted in Utilities
      SnilleS
      Snille
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @luisestrada Yes, however, It can only be “one” control sensor / HA-module. So, if you have a bunch of lights, and you want to have only one “show” only when that specific light is “on”. You will have to add the module one time / light…
      But if you have a specific light that you want to use as a “control sensor” for all the lights, only one module is needed…
      I think you could also use an “icon” and some trickery to only show an Icon when the light is lit and when it’s not, not show anything… But not sure… :)

      posted in Utilities
      SnilleS
      Snille
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 8 / 8