Hi there,
Is there any documentation on how to make your own apps for the onion console? I tried using the app template, and created a directory, copied and renamed the files from the app-templates directory and copied my own icon.png to the omega. Now the app seems to work, however, the icon does not show in the apps list. Are there special requirements for the icon.png files?
Thanks for the help.
Jakob Walowski
@Jakob Walowski
Best posts made by Jakob Walowski
-
Console Appsposted in Omega Talk
-
RE: Console Appsposted in Omega Talk
Nothing fancy, something that collects whether data and compares it to my sensors at home.
Latest posts made by Jakob Walowski
-
Onion Omega T-shirtsposted in Omega Talk
I was wandering, will there be any onion omega t-shirts or other merchandise in the onion store available again/shortly?
-
python3 datetime strftime issueposted in Omega Talk
Hi there,
I have an issue with datetime and strftime in python3 on my omega.
When I use the code in Python 2.7:import datetime
d = datetime.datetime.now()
print d.strftime('%Y')I get:
2016When I do the same in Python3:
import datetime
d = datetime.datetime.now()
print(d.strftime('%Y'))
I get an empty line as a response.
Did anybody observe this issue? Can anybody give me a hint or some help on that?
-
RE: Console Appsposted in Omega Talk
Nothing fancy, something that collects whether data and compares it to my sensors at home.
-
Console Appsposted in Omega Talk
Hi there,
Is there any documentation on how to make your own apps for the onion console? I tried using the app template, and created a directory, copied and renamed the files from the app-templates directory and copied my own icon.png to the omega. Now the app seems to work, however, the icon does not show in the apps list. Are there special requirements for the icon.png files?
Thanks for the help.