I was able to solve the login issues but now its just black. Maybe this module does not work with the new version of Grafana?
Read the statement by Michael Teeuw here.
Posts made by planet4
-
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
-
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@SvenSommer Have not used this module for a while but have now reinstalled Grafana and would like to try it again. However I can not remember how to solve the login to Grafana. I think I opened it up as public the last time but is not an option now. At the moment the mirror just shows erroe as it can not login to the Grafana dashboard. Please advise.
-
RE: Turn on/off display remotely via ssh
I had the same problem but I am using home assistant. I ended up installing MMM remote. And created a switch for on and off parsing theese urls. Maybe that would work for you as well?
command_on: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITORON" command_off: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITOROFF"
-
Turn on and off
Re: Turn on/off display remotely via ssh
I had the same problem but I am using home assistant. I ended up installing MMM remote. And created a switch for on and off parsing theese urls. Maybe that would work for you as well?
command_on: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITORON" command_off: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITOROFF"
-
RE: MMM-remote and hide all modules
@jopyth Thanks for your reply. Was able to solve it like this: (in a switch in home assistant) I can now say, Alexa, Hide all modules.
/usr/bin/curl -O “http://192.168.0.XX:8080/remote?action=HIDE&module=module_2_clock” -O “http://192.168.0.77:8080/remote?action=HIDE&module=module_3_MMM-Skolmaten” -O “http://192.168.0.77:8080/remote?action=HIDE&module=module_4_calendar” -O “http://192.168.0.77:8080/remote?action=HIDE&module=module_5_calendar” -O “http://192.168.0.77:8080/remote?action=HIDE&module=module_6_calendar” -O “http://192.168.0.77:8080/remote?action=HIDE&module=module_7_currentweather” -O “http://192.168.0.77:8080/remote?action=HIDE&module=module_8_weatherforecast”
-
RE: MMM-remote and hide all modules
@Jopyth Maybe I have put this in the wrong place but maybe you are the one who can answer this.
-
MMM-remote and hide all modules
Sorry if this has been posted before but have searched and have not found anything. I am using mmm-remote and are able to hide a module by using
http://mymirror.domain/remote?action=HIDE&module=module_2_clock
But I want to hide all modules. How do I type this. Have tried
http://mymirror.domain/remote?action=HIDE&module=module_2_clock,module_4_calendar
but this only hides one module.
I want to make this work in Home Assistant and Alexa so I can disable all modules with one command and show a full screen background or weather instead.
-
RE: My in-wall mirror version 2.0
@ostfilinchen Use the image installing hass.io
-
RE: My in-wall mirror version 2.0
@ostfilinchen I have one Pi for magicMirror, One for Home Assistant, One for Grafana and Influx (I show info from HA like temperature, internet speed etc on my mirror) and also one running kodi and one for Retropie. I like to keep them separated to keep things simple in case of a crash. I could install HA on the mirror PI as well if I wanted to.
-
RE: My in-wall mirror version 2.0
@ostfilinchen Thanks. Short version is that I have made a commandline switch in Home Assistant. In that way I can control everything in HA that is found in MMM- remote. Home Assistant is connected to Alexa and at the moment I can run commands like, Alexa, restart Magic Mirror. Or Alexa, Shutdown Magic mirror monitor. I am planning to make it work like Alexa, Show module X etc. In alexa I have created routines connected to smart devices. So the main setup is Echo plus, Home Assistant and cloud. Maybe you can to a translate of www.planet4.se where it is more in detail.