@0m4r Yes, However I was some releases behind. Will do all updates and see if this helps.
Read the statement by Michael Teeuw here.
Posts made by planet4
-
RE: Introducing MMM-euro2021
-
RE: Introducing MMM-euro2021
@0m4r Thanks for sharing. Just tried but all I get is a black screen. No misconfig messages in the config. Have I missed something?
-
RE: Any ideas for mounting RPi onto the back of the monitor?
I have some images here. I did a 3d print as well.
http://www.planet4.se/magic-mirror-deluxe/ -
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@teitlebot I am using Home Assistant as well but Grafana is not used as an add-in on Hassio. I have it on a separate docker container. However I gave up Grafana in the end. It was to much problems. Now I use MQTT to get all information I want from Home Assistant to my Mirror. Like this:
-
RE: almost happy.. but i whant
I did it with Node Red and Home Assistant. A little bit overkill but it works.
http://www.planet4.se/alexa-controlling-home-assistant/ -
Showing current solar production on my mirror
I was so happy to get this working so I wanted to share. I am now showing solar production on my mirror. Have posted this in swedish but you can translate this.
http://www.planet4.se/solceller-del-3-grafana-home-assistant-och-magic-mirror/
Basically it is: solarpanels->fronius inverter->api->home assistant->influx->grafana->magic mirror
-
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@SvenSommer Thanks for replying. I was actually able to solve it but with version 6 of Grafana black background is more of a trouble. Wrote a short post about this as well.
http://www.planet4.se/grafana-in-magic-mirror/
I am now able to show my Solar production on my mirror. 0,36kW. Will post this in the show my mirror as well. Thanks.
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
Thanks for doing all the work. Just upgraded. However I had problems before waking and sleeping the screen and before I was able to change this in the node_helper.js to use:
vcgencmd display_power 1 instead of tvservice. The command works via ssh but when I tried to change like below the screens sleeps but I can not wake it up via the remote.html menu. Anyone with the same problem?
monitorControl: function(action, opts, res) { let status = "unknown"; let monitorOnCommand = (this.initialized && "monitorOnCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorOnCommand : "sudo vcgencmd display_power 1"; let monitorOffCommand = (this.initialized && "monitorOffCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorOffCommand : "vcgencmd display_power 0"; let monitorStatusCommand = (this.initialized && "monitorStatusCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorStatusCommand : "vcgencmd display_power --status"; if (["MONITORTOGGLE", "MONITORSTATUS", "MONITORON"].indexOf(action) !== -1) { screenStatus = exec(monitorStatusCommand, opts, (error, stdout, stderr) => {
-
Controlling Magic Mirror from Alexa
Just wanted to share how I use Alexa to control the mirror. I use Home Assistant together with Node Red. With the MMM remote module I can restart, hide or do whatever I want. I send the coammand via HTTP get from Node Red.