diff --git a/README.md b/README.md index d3721fd..e57203e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,43 @@ # FHEM WebIF Blue Dark Themes For FHEM Smarthome software a custom Theme Dark Blue for Webinterface ;-) +
+ +

Usage / Installation

+Copy all 3 CSS files to: +

+
+/opt/fhem/www/pgm2
+
+ +FHEM logo and all other icons from /images to: +

+
+/opt/fhem/www/images/default
+
+ + +

Owner must user: fhem and Group dialout

+For the newly copied files the rights and the owner must be adjusted on fhem and group dialout. +

+
+chown -R fhem:dialout /opt/fhem/www/images/default
+chown -R fhem:dialout /opt/fhem/www/pgm2
+
+ + +

Webinterface FHEM ip-adresse:8083

+Set editor attribute for JavaEditor to: +
+attr WEB JavaScripts codemirror/fhem_codemirror.js
+
+ +Saving for FHEM-Updates +
+attr global exclude_from_update fhemicon_dark_topaLE.png fhemicon_darksmall.png icoEverything.png 10px-kreis-gelb.png 10px-kreis-rot.png 10px-kreis-gruen.png Zoom-in.png Zoom-out.png topa_LECommon.css topa_LEstyle.css dashboard_topa_LEstyle.css
+
+ +FHEM Reboot per Konsole with: + +shutdown restart +

+Have Fun ;-)