mrutgerj
mrutgerj
I was really confused on all of this too, and spent a great deal of time and frustration "reverse engineering".... then again, I am new to node.js so that is...
Thank you, does help, and puts the right words in my mouth. Of course I'm going to say.... how about some more secrets, like a demo app, that doesn't load...
Make it so, Florian. On 03/05/2014 01:23 AM, Florian wrote: > It would be superawesome if you could flag any project as "featured" > or "show on screen"....so this will...
If you mean displaying the desktop on HDMI out to a monitor, it should work out-of-the-box. Check your monitor settings, cables, etc.
The username is "pi", but you have to set the password by going to "http://coder.local" first. Once that is done, try logging in. Once logged in, you can run "sudo...
i2c on node.js is done, seems to work on the Pi: https://npmjs.org/package/i2c As for SPI, let's take a look at that too.
Yes, I double checked that the three directories are in localhost, apache server, on xubuntu. Could this be a permissions error? What file reads the configuration.php settings? Thanks for your...
I was on 3.2.3 with the former error. I just upgraded to the latest, 3.3.0, and now get a different error: _Fatal error_: Class 'JRegistry' not found in_/var/www/truemileage/libraries/joomla/application/web.php_on line*117 *...
That is strange with the Registry and something to watch out for. Nonetheless, I am still unable to connect. {"message":"Could not connect to MySQL.","code":0,"type":"RuntimeException"} It seems to throw the exception...
I debugged, and it turned out the the options for the DB had a missing password and schema, which I ended up hardcoding. That leads to a different error, same...