neoground / neowx-material

Revamp WeeWX with Neowx-Material, a modern Material Design skin offering a sleek, responsive UI, captivating graphs & advanced features.
https://neoground.com/projects/neowx-material
MIT License
53 stars 30 forks source link

Additional Graph #70

Open hoefler50 opened 1 year ago

hoefler50 commented 1 year ago

Hello, I am using neowx ### material. Now I have recorded the values of my electricity meter. The values will be displayed correctly in the tile, including min-max values. My only problem is the graph. The fields are created but no graph is displayed. The value belongs to the group_volt. In skin.conf I have included the graph in charts_order. In index.html.tmpl I have behind extraHumity

if $day.Eu1.has_data

$getChartJsCode("Eu1", "Eu1", "area", "Eu1")

end if

inserted.

Does anyone know what I'm doing wrong?

Thanks.

mfg Michael

dmth commented 4 months ago

Hi Michael, I see your Issue was not answered yet. I had a similar issue with the key "luminosity" and fiexed it by changing the .tmpl files and adding a generator for the graph. Maybe a look into my pullrequest #86 shows you how It's done.