Read the statement by Michael Teeuw here.
24h weather forecast graph
-
AWESOME addition to this module! Looks great
-
@Patex said in 24h weather forecast graph:
@feedparakeet For such a basic functionality we should not reinvent the wheel. There are a lot of javascript graphing libraries available which are far more sophisticated than anything we will be able to code for the mm in a reasonable manner. They usually render the result in a canvas which can simply be added to the mirror e.g. http://www.chartjs.org/
Thank you for a reply! When I was talking about a function that will render a graph, I was talking about a module that will render a graph, my mistake. ChartJS looks amazing, still I never coded in javascript and that’s why Im dreaming about a complete module for mm.
And yes, I also thought about a transparent image with a graph that can be loaded into mm screen. For example, I can run a script which will create a graph image which will be available throw some url and show it on the mm screen with a https://github.com/diego-vieira/MMM-RandomPhoto module that will refresh it from time to time.
-
@Jeff I ported my 24 hour weather forecast graphs module to https://magicmirror.builders, you can find it on https://github.com/thobach/MMM-WunderGround24Hours.