Solved
How to read any image from SystemRepository using Service and display on image widget
Pls help on this logic
Pls help on this logic
Since Image widget uses the Media entity to display image, it is not possible to display image from System Repository using Image widget. Instead use following steps :
Use Service :
var Content = Things["SystemRepository"].LoadImage({
path: undefined /* STRING */
});
path: complete path of image
Use Value Display widget :
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.