Tutorial - Grafana rendering on Raspberry Pi

that may help: Tutorial - Grafana rendering on Raspberry Pi - #73 by sceppi

Thanks @Wolfgang_S ! Still the same problem, I tried to add this line “grafana-image-renderer” - saved it and restarted - still the same. I need to add the " correct?

I also tried to start this from the very beginning already, so entry #23 - the only thing where I get stuck is up from

nano grpc-plugin.ts

This one is in the folder /src/plugin/v2 - not in /src => and in that grpc_plugin.ts [with a “_”, not a “-”], the entries

export const GRPC_HEALTH_PROTO = grpc.load(GRPC_HEALTH_PROTO_PATH).grpc.health.v1;

and

server.addService(RENDERER_PROTO.Renderer.service, {

are not included.

Is it possible that this instruction is referring to an old version - or am I completely on the wrong path?

according to the grafana manual page Configure Grafana | Grafana documentation it’s without quotation marks.

according to the date that could be the case.