I was wandering, will there be any onion omega t-shirts or other merchandise in the onion store available again/shortly?
Posts made by Jakob Walowski
-
Onion Omega T-shirts
-
python3 datetime strftime issue
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 Apps
Nothing fancy, something that collects whether data and compares it to my sensors at home.
-
Console Apps
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.