@lavolp3 Thanks for your post. I will have a look into this, hopefully in the next week! I’m still convinced we should build this module.
Read the statement by Michael Teeuw here.
Posts made by SvenSommer
-
RE: MMM-OralB / Bluetooth equipped toothbrush integration
-
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@planet4 Hey, I just tried it with the actual Grafana v6.0.1 (commit: 0c44a04)
It worked for me without any adjustments.Maybe I can support you, to set it up.
-
RE: MMM-OralB / Bluetooth equipped toothbrush integration
I’m still hoping some genius starts to hack the protocol. This is the tricky part. Once this is done, building a module for the MM-framework is a walk in the park.
-
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@sceletus
Enable authentication in the [http] section of the configuration file /etc/influxdb/influxdb.conf :[http] enabled = true bind-address = ":8086" # change to a specific interface if needed auth-enabled = true # will enforce authentication
everything is described in the tutorial on http://robstechlog.com/2017/06/30/personal-weather-chart-module/
-
RE: MMM-cryptocurrency - v1.4
Hey @matteodanelli ,
thank you for this great module.
I added an alternative display mode to see the changes within the logo view.I made a pull request. Here are the changes:
- 1 hour , 1 day and 7days changes can be displayed by adding ‘logoWithChanges’ as display type.
- option and screenshots added to README.md
-
RE: A thin MM with metal frame, hidden IR camera and 32" Inch HDTV
A touch display of this size is a big cost factor.
In addition you would always have some fingerprints on the mirror.
A better solution is maybe a gesture control. -
RE: A thin MM with metal frame, hidden IR camera and 32" Inch HDTV
@Arthur
Not by now, but definitely before Christmas ;-) -
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@fox Yes, this script is responsible for getting the data into the database.
If you would like to show other data with Grafana, you need to save the data you get from your sensor.
-
RE: MMM-GrafanaCharts and MMM-GrafanaGauges: Display you data with Charts and Gauges. Beautifully.
@fox
Short answer: No, not the direct way.Long answer: You need to write your temperature data into a database which is connected with Grafana. Then you can use this module to display your graph created by grafana.
One possible solution: This tutorial shows an example, on how to store weather data from an external source in a local influxdb database, which is connected to grafana.
You could reuse the example code an edit it, to get your data stored in a influxdb database.