caiusseverus
caiusseverus
I often get files which have output like this and the option to have FFMetrics correct it would be extremely useful. The above example works well, but having to dig...
You can use polar.sh without having timelapse1090 installed, but it will collect the data as it goes according to the parameters on the command line. Eg, ./polar.sh 120 5 will...
You can use the npm package plotframes to do that. It pulls data using ffmpeg and plots it using gnuplot. https://github.com/rodrigopolo/plotframes
> It seems that the issue is specific to that processor J4105 or platform GeminiLake. I can't reproduce it on i5-7300HQ with HD630 iGPU and on ARC A380 dGPU. >...
I've not seen that issue on my pi, which is running headless, but I'm happy to add your change in if it fixes the issue where it does arise. Thanks.
Thanks, I will probably do this. Need to put together an install script and modify the existing scripts to use it first however.
That is because the script is written with dump1090-fa in mind. dump1090-mutability uses a slightly different data field for altitude which is why the script is not seeing any valid...
There is a manual workaround for this, but it's a bit clumsy. You have to set the range for each y axis manually, and the important part is that the...
Yes, here's an example:  Note that all axes have ranges with a scale factor of -4 between the minimum and maximum, so y1 is -1.25 to 5, y2 is...
I don't know what I would do with sun elevation on that graph. Here is the yaml though: ``` type: custom:plotly-graph title: Electricity Consumption hours_to_show: current_day config: displayModeBar: false layout:...