![]() |
|
Trends manipulation / forecast - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Trends manipulation / forecast (/showthread.php?tid=6489) |
Trends manipulation / forecast - epps - 29.06.2026 Hello there, is it possible to manipulate a Trend? I use the Weather script from the Examples. In there is a Object call: "precipitation_amount_6h". If i run the Script every hour then i have a continius forecast of 6hours of Rain. Can i manipulate a Trend to show the aktual data +6hours. So i hava a "forecast trend" ? I hope you understand what i mean. Thanks. Kind regards. Epps RE: Trends manipulation / forecast - admin - 29.06.2026 Trends do not have such functionality. It looks like you are referring to the weather forecast from Yr.no. In this case you can put their forecast in SVG format into the visualization. It will be more informative then using trends. RE: Trends manipulation / forecast - epps - 29.06.2026 ok, but how can i make this? I do not fully understand. RE: Trends manipulation / forecast - admin - 29.06.2026 Which visualization are you using, old or new? RE: Trends manipulation / forecast - epps - 29.06.2026 (29.06.2026, 10:14)admin Wrote: Which visualization are you using, old or new? The new one RE: Trends manipulation / forecast - admin - 29.06.2026 Use Camera snapshot widget to display the forecast SVG. Set Plan view element width to 782 and height to 391. Set refresh internal to some large value like 600 seconds. |