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

Posts

Recent Best Controversial
  • RE: Introducing MMM-euro2021

    @0m4r Yes, However I was some releases behind. Will do all updates and see if this helps.

    posted in Sport
    P
    planet4
    Jun 13, 2021, 9:34 AM
  • 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?

    posted in Sport
    P
    planet4
    Jun 13, 2021, 8:57 AM
  • 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/

    posted in General Discussion
    P
    planet4
    Jan 3, 2020, 7:47 AM
  • 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:

    http://www.planet4.se/magic-mirror-info-via-mqtt/

    posted in Utilities
    P
    planet4
    Oct 9, 2019, 9:44 AM
  • 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/

    posted in General Discussion
    P
    planet4
    Aug 12, 2019, 1:49 PM
  • 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

    0_1553074719855_solarmirror-480x640.jpg

    posted in Show your Mirror
    P
    planet4
    Mar 20, 2019, 9:38 AM
  • 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.

    0_1553074397943_solarmirror-480x640.jpg

    posted in Utilities
    P
    planet4
    Mar 20, 2019, 9:30 AM
  • 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) => {
                
    
    posted in System
    P
    planet4
    Feb 22, 2019, 9:52 AM
  • RE: Search for 3d printed case for raspberry

    I have used this one https://www.thingiverse.com/thing:1523416

    posted in Hardware
    P
    planet4
    Feb 20, 2019, 12:11 PM
  • 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.

    https://www.youtube.com/watch?v=9szW-2Sy7-4![0_1548058900483_mmmthumb.jpg](/assets/uploads/files/1548058902880-mmmthumb.jpg)

    posted in Show your Mirror
    P
    planet4
    Jan 21, 2019, 8:16 AM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 1 / 5
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