niculskin - Problems with Backgroundcolor in chronicle
60 views
Skip to first unread message
Michael
unread,
May 13, 2020, 4:21:02 AM5/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hello,
I'm looking at the skin right now: niculskin. But in my opinion the chronicle is not displayed correctly (see attached Hardcopies). The first value of a group is always highlighted, but all other values have the standard grey background. Unfortunately I can't find the cause. Does anyone have a good tip for me where I could look up.
Thanks a lot
Michael
Greg from Oz
unread,
May 14, 2020, 2:05:47 AM5/14/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
I had that problem as well.
apt install 2to3
Then cd /usr/share/weewx/user
then run
sudo 2to3 -w historygenerator.py
Job done.
Michael
unread,
May 14, 2020, 4:15:18 AM5/14/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
thats it, now it works. thank you very much:)
Greg from Oz
unread,
May 14, 2020, 5:03:52 AM5/14/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
I contacted the author as well and he will update his source code.
The 2to3 program fixed a few other scripts I am using.