Logic Machine Forum
Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) (/showthread.php?tid=5365)



Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - fleeceable - 17.04.2024

Hi!

Is it possible to somehow change icons on cloud overall page?
I see that these icons are stored in LM but does LM Home app loads these from device as well?
In picture left side there is solution what I would like.

Is it possible to do that via script? Example I upload new icons to ftp and run script what replaces these icons to new one.
I'm aware after software update these icons can replaced to default.

Or that is not suggested because of some reason?

Thanks!


RE: Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - admin - 17.04.2024

See this: https://forum.logicmachine.net/showthread.php?tid=4078


RE: Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - fleeceable - 17.04.2024

I was able to change shortcut icon what goes to home screen but was unable to change these icons what is in LM UI or LM Home app UI.
Can you please provide me path address for example schedulers?

When trying
/apps/data/schedulers/icon.png
/apps/core/e.schedulers/icon.png

I don't get any response when logging io.writefile().


RE: Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - admin - 17.04.2024

Full path is /www/apps/...


RE: Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - phongvucba - 19.03.2025

I also want to change the icon when making a shotcut. I have not succeeded in copying the photo file to LM through FTP. Can someone take a picture or video for me? Sad . Then I knew I would run the following command:
data = io.readfile('/home/ftp/visualization.png')
if data then
io.writefile('/www/scada/resources/images/visualization.png', data)
end
data = io.readfile('/home/ftp/touch.png')
if data then
io.writefile('/www/scada/resources/images/touch.png', data)
end
Thank so much everyone!


RE: Icon change (Mosaic, Mosaic editor, Scheduler, Trend log) - Daniel - 19.03.2025

https://app.screencast.com/xuxAhYGWpTRmj