Read the statement by Michael Teeuw here.
Rainalarm (Buienalarm in Dutch)
-
@Peter I added it under https://github.com/73cirdan/MMM-rainfc,
(should run ok, but did some last minute code cleanups.)
Let me know how it works out for you
-
@cirdan , it works out of the box.
But unfortunally it does not show the (current) time, so it is hard to see when the rain starts and stops.
Thanks for your help!
Peter -
The current time is in the clock module, so i considered it double info. The graph is always 2 hours, end time is shown, so you need to interpolate a little. Alternative is to add some tick marks under the graph with timelabels. I think it’s possible but never looked into it.
-
@cirdan , some timelines would be nice (like in the smartphone app).
Maybe some day somebody knows how to do this.
Thanks.
Peter -
@Peter, I checked the sparkline.js lib I use for the graph. It intentional does not use ticks and labels on the x axis. :-(
-
@cirdan , thanks.
Bad luck.
Peter -
@Peter Did a small addition with time labels under the graph. checked it in on github.
-
@cirdan , I only see the graph, not the time labels.
Peter -
There is a new config option, its in the readme on github. Add nrOfTimeLabels to your config.js and it should work.
-
@cirdan unfortunately it does not work.
Changed color, changed lon-lat, works all fine, but not the time labels.
Very sorry …
Peter