EtlamGit
EtlamGit
You have to put them to `./apps/calendar/js/public/app.js` somewhere around line 5875. About half a year ago it was also possible to do this via a theme. But it seems to...
I always fall into that trap also... This is caused by the fact, that scripts (*.js) and style (*.css) are cached in your browser, but the content (*.html, *.php) not....
Yes, you are right. My solution is working only with the 9.**0**.x branch. The latest 9.**1**.x branch is using HSL defined default colors. So you have to do a two-step...
I totally agree to your comments. As I also struggle with some of the new colors used by ChunkBase, I recently developed a better distinguishable set together with my color...
Hallo Gerrit! Was möchtest Du denn auf dem Display darstellen? Der Sinn in diesem Projekt ist, den aktuellen Verbrauch zu "zählen" und an einen MQTT-Server zu schicken. Von diesem MQTT-Server...
Zum Einstellen habe ich einfach das Handy daneben gelegt. Genau dafür ist ja das Dashboard da. Ansonsten gibt es diese Probleme: * es sind alle Pins reserviert (max 7 Zähler...
I started with refactoring, progress can be followed here: https://github.com/EtlamGit/Ferraris_MQTT_Energy_Counter_Meter_TCRT5000/tree/refactoring-2023 1) move code into multiple files 2) en-capsule a single Ferraris meter into own class 3) -> enable easy change...
During debugging I get a `QNetworkReply::ProtocolUnknownError` in definitionupdater.cpp::checkTime()
It seems that for HTTPS it is necessary to self-compile Qt with OpenSSL support linked to the library: https://forum.qt.io/topic/44117/qnetworkaccessmanager-and-https/18 http://doc.qt.io/qt-5/ssl.html
Github only supports HTTPS. So moving the definition files there caused this problem. I'm able to build OpenSSL from the sources. Versions > 1.0.0 are claimed to be compatible with...