User Portlet User Portlet

Discussions
In the meantime, you can force the correct result by adding an explicit `TimeZone -> "Europe/Helsinki"` option value to the DateString call itself: ``` In[102]:= $TimeZone = 3; DateString[#, "LocaleDateTimeShort"|>, TimeZone -> $TimeZone]...
Thanks for the info.
I have noticed that too. Sometimes there is a back button and sometime not. I do not have a solution though.
I can confirm this as well. I have Ubuntu 18.04.2. Same fix worked for me.
Thanks a lot for posting the solution. I will try it out soon.
I think I found the reason. Mathematica I2C support uses wrong I2C bus for accessing to SenseHAT. It is behind /dev/i2c-1 but Mathematica tries to use /dev/i2c-0. I created symbolic link from i2c-1 to i2c-0 and that tricks Mathematica. I will write...
The web4robot company and web site are defunct, but here is a copy of that ReadMe.pdf in case it is useful.
Did you managed to make it work? I am not understand either where ArduinoInstallLocation should be set. I mean literally, into which command that should be written?