[weewx-user] Re: rain-plot hourly [solved]

2019-05-11 Thread Greg from Oz
Glad it worked for you. I am sure there is a better way to do it but that was my first attempt at writing the script, but it works for me. On Sunday, 12 May 2019 02:34:00 UTC+10, Joachim Puttkammer wrote: > > > Hi, > I changed the script a bit and now it works, > The double bracket I have made

[weewx-user] Re: rain-plot hourly [solved]

2019-05-11 Thread Joachim Puttkammer
Hi, I changed the script a bit and now it works, The double bracket I have made into a simple one and replaced all -e with "\n" at the end of the echo line. At the end I changed the colour. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

[weewx-user] On this date

2019-05-11 Thread Leon Shaner
Hey, Robin! I just posted a reply to the group (via e-mail), but didn't echo it back to my inbox. I think it must have been eaten by the AEther. :-( Then I tried a more simple message and it didn't post, either. So now I am trying from the web interface to google groups. Something seems to be

[weewx-user] On this date

2019-05-11 Thread Leon Shaner
Posting from the web interface did get echoed to my inbox. So whatever is wrong is on the e-mail reply side. Here is my original reply. Hopefully we don't get a duplicate whenever Google fixes whatever is wrong with the e-mail interface to the Group. :-/ FWD: Hey, Robin, I don't know the

[weewx-user] Re: datos incompletos en la base de datos mysql

2019-05-11 Thread jose riaño
Amigos como están les agradesco todos por su ayuda , les comento que si era una mala lectura y como no estaba en el rango de configuración lo registraba como ninguno le acomode el rango y listo. muchas gracias Antes de cerrar el tema quisiera preguntar algo mas si la base de datos de mysql

[weewx-user] Re: On this date

2019-05-11 Thread jose riaño
amigo creería que eso es ya tratamientos de los registros en que los estas mostrando en un servidor web o en que ?? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email

[weewx-user] Re: On this date

2019-05-11 Thread p q
I want to do the same. I asked a couple of weeks ago and got no reply. I'm going to figure it out when I have time. When I do I'll post it here. On Saturday, May 11, 2019 at 6:30:47 AM UTC-7, Robin wrote: > > I apologise if this has been asked before or if there is a simple and > obvious way to

[weewx-user] On this date

2019-05-11 Thread Robin
I apologise if this has been asked before or if there is a simple and obvious way to do this, but I can't see it. I want to display the temperature (min,max) for today's date for each year since we started keeping records. Can somebody point me in the right direction? Thanks people. -- You

[weewx-user] Re: rain-plot hourly

2019-05-11 Thread Greg from Oz
Hi The -e is for formatting the text to colour. https://misc.flogisoft.com/bash/tip_colors_and_formatting Also you need this at the very first line of your script: #!/bin/bash On Saturday, 11 May 2019 20:32:59 UTC+10, Joachim Puttkammer wrote: > > hier the attachement > -- You received this

[weewx-user] Re: rain-plot hourly

2019-05-11 Thread Joachim Puttkammer
hier the attachement -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit

[weewx-user] Re: rain-plot hourly

2019-05-11 Thread Joachim Puttkammer
I have solved the plot-problem by hand with phpmyadmin and sql query. the 1. script ( named raindel.sh) run : ./raindel.sh: Zeile 74: bc: Kommando nicht gefunden. I installed bc , then insert in the DB two values for rain and rainRate in table of weewx ( for rain simulation ) I started the

[weewx-user] Re: rain-plot hourly

2019-05-11 Thread Greg from Oz
Let me know how you go with the script. I use it and it works fine for me. I am running Ubuntu... On Saturday, 11 May 2019 00:41:02 UTC+10, Joachim Puttkammer wrote: > > > > Am Freitag, 10. Mai 2019 09:53:59 UTC+2 schrieb Greg from Oz: >> >> I have a bash script that fixes it all up. >>