Andreas Madsack

Results 11 comments of Andreas Madsack

+1 for this or any other solution for the EmptyPage raises 500 issue.

ok. the easiest way is to change the nginx configuration: `client_max_body_size 3G;` Now this works: ``` curl -F '[email protected];type=application/octet-stream' https://user:[email protected]/+upload -X POST ``` Answer: ``` Redirecting... Redirecting... You should be...

``` curl -F '[email protected];type=application/octet-stream' https://user:[email protected]/apis/rest/items -X POST ``` ` curl: (18) transfer closed with 27 bytes remaining to read ` and `/+list` returns now Errorcode 500, because .data and .meta...

Mit welchem Verfahren wird hier Feinstaub gemessen?

weiterer Artikel über Vergleichbarkeit mit dem ppd42ns: http://atmos-meas-tech-discuss.net/7/605/2014/amtd-7-605-2014.pdf

- http://www.forum-raspberrypi.de/Thread-uart-esp8266-raspberrypi - http://hackaday.com/2014/11/23/using-the-esp8266-as-a-web-enabled-sensor/ - https://github.com/esp8266/esp8266-wiki/wiki/Toolchain

_Samyoung dsm501a_ liegt vor und ist als dritter Sensor nun im Prototyp verbaut.

Die beiden scheinen nicht vergleichbar zu sein. Aus dem Artikel: _From the previous graph (Shinyei vs. Samyoung), it is clear that the data generated by the Samyoung sensor is not...

thx for the help. I solved my issue like this: ``` javascript django_wysiwyg_editor_configs["id_field1"] = django_wysiwyg_editor_config; django_wysiwyg_editor_configs["id_field1"]["height"] = "200px"; django_wysiwyg_editor_configs["id_field2"] = $.extend({}, django_wysiwyg_editor_config); django_wysiwyg_editor_configs["id_field2"]["height"] = "500px"; ``` jquery.extend is needed to...