• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.

Scheduled Pinned Locked Moved Utilities
28 Posts 12 Posters 22.0k Views 14 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    teitlebot @planet4
    last edited by Oct 8, 2019, 5:31 AM

    @planet4 thanks
    your post helped me half way
    im using home assistant to host grafana so i needed to create an org called home assistant.

    1 Reply Last reply Reply Quote 0
    • P Offline
      planet4
      last edited by Oct 9, 2019, 9:44 AM

      @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/

      T 1 Reply Last reply Oct 10, 2019, 3:21 AM Reply Quote 0
      • T Offline
        teitlebot @planet4
        last edited by Oct 10, 2019, 3:21 AM

        @planet4 What other problems did grafana give you? I am also using the mmm hass component to pull in sensor date but maybe I will switch to mmm mqtt. I really wanted to show some nice graph though. Also how did you build the total solar energy sensor saving in hass? I build it in graphana following someones tutorial,

        1 Reply Last reply Reply Quote 0
        • A Offline
          andreasm80
          last edited by Jan 17, 2020, 10:38 AM

          edit reposted to be in same thread…

          Hi,
          Have been using this module for a couple of years now without any problems. Yesterday I upgraded my Grafana server and discovered they had implemented a security change where you had to allow_embedded=true. After doing this change I was back on track again, except that I can only see my GrafanaGauges when I point my browser to my MagicMirror IP, it does not show up on the MM screen itself. I see it takes it places and all modules around aligns perfectly around it, but the content onscreen is blank/black. Have been troubleshooting everything from both Grafana side and MagicMirror side. It will not show up on the screen only when I point my browser to the MM, then I see the screen with all content as it should…
          Now I am clueless… Not sure if this is module-specific or content from Grafana that does it. My next step to try som iFrame modules to show the same content…
          Any ideas?

          Regards

          1 Reply Last reply Reply Quote 0
          • A Offline
            andreasm80
            last edited by andreasm80 Jan 17, 2020, 3:42 PM Jan 17, 2020, 2:16 PM

            edit
            Case closed.
            With no errors what so ever from the MM side, everything seemed to work normal. Either MM or the modules I tried did not resolve FQDN names… ! (MM is configured with two local DNS servers) I think this should be reported in some of the logs on MM… Nothing.
            I figured it out when I did a lsof on my Grafana server and there were no connection from the MM there… Only my own pc… LOL

            Well, back in business again after some hours troubleshooting… Probably learnt a thing or two also along the way.

            I tried with another module capable of showing iframes. Same problem there. It refuses to show the content on the MM monitor only on a browser from another computer. There everythings shows up as normal.
            Even removed all other modules sharing the same position as this one.

            I am stuck…

            1 Reply Last reply Reply Quote 0
            • I Offline
              iorifly
              last edited by Jan 17, 2020, 5:04 PM

              Hello, thanks for your module!

              I would use the bar graph? Both vertical and horizontal?
              it’s possible ? If not, do I want to add this function? Thanks so much again for the module!

              1 Reply Last reply Reply Quote 0
              • I Offline
                iorifly
                last edited by Jan 17, 2020, 5:49 PM

                Does anyone know if anything happened to dev? I haven’t seen anything from him on the internet since 2018.

                Is this project dead?

                B 1 Reply Last reply May 19, 2022, 5:48 PM Reply Quote 0
                • B Offline
                  Biebermann @iorifly
                  last edited by May 19, 2022, 5:48 PM

                  @iorifly
                  The project seems to be dead :(

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    Egnos
                    last edited by Oct 26, 2022, 10:27 AM

                    Hello everyone,
                    I would like to set up a system that takes the data from the temperature/humidity sensors, the values ​​recorded in a database and with Grafana graphing the values ​​and then displaying everything on MM.
                    What other methods/modules are available to graph this information on MM?
                    From what I understand @SvenSommer modules don’t work anymore …

                    Thanks

                    My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                    T 1 Reply Last reply Oct 26, 2022, 10:49 AM Reply Quote 0
                    • T Offline
                      thgmirror @Egnos
                      last edited by thgmirror Oct 26, 2022, 10:50 AM Oct 26, 2022, 10:49 AM

                      @Egnos You can use RDDTOOL, I described it here: https://forum.magicmirror.builders/topic/16575/cpu-temperature-as-a-graph-with-rrdtool?_=1666781012238
                      But instead of creating an extra html, you can use the output directly with MMM-EasyPix:

                      //#################################################################################
                      		{
                      			disabled: false,
                      			module: "MMM-EasyPix",
                      			position: "top_center",
                      			config: {
                      				picName: "cputemp.gif",      
                      				maxWidth: "100%",            
                      //				sounds: ["1.mp3", "me2.mp3"],
                      				updateInterval: 600000,      
                      				animationSpeed: 1000,
                      			}	
                      		},
                      //#################################################################################
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      • First post
                        Last post
                      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