.content .range { display: none }
.on .content .range { display: block }
on every genericlight widget
.content .range { display: none }
.on .content .range { display: block }
on every genericlight widget
Doesnāt do the job.
Iāve set the font-size in CSS to 25px to display the icon a bit biggerā¦
Changing font size does solve the slider bar but messes up the iconā¦
donāt set generic font size.
set a specific font size only for icons:
.content .state { font-size: 25px }
or
.content .mdi { font-size: 25px }
sorry, that is not working on mine⦠I added the suggested code:
but it doesnāt display when .on
see first button in screen shot
kitchen light OFF:
it seems you have insert a white space from ā.ā and ārangeā in latest row.
thnx.
Ahh thats what I did wrong, worked for normal buttons but not ones with a slider in it.
Iām on official now without any problems. Only thing I noticed dat I need to flip customization to get the css to work. Sounds logical but was not before I think. Good to know maybe for other users.
The problem is for hiding setting button when you have few widget? A solution is adding a dummy widget at last position
I think I found a bug in the ios version. Can not click save in system settings.
@diapolon Thanks for this app; it is easy and straightforward. Thanks to your app (and Fully kiosk) my old Shield Tablet has a new use ![]()
A question: in the clock widget the date appears as month day year. Can I adjust that to day month year or is this format connected to a setting on my tablet?
Fix is in release on ios
Hi, thankyou ![]()
it should depend on language we are set in system section! What language you use?
I use NL and we use Date and time notation in the Netherlands - Wikipedia.
Edit: when the widget is bigger in the down section I see also a date and then i see day month (3 letters).
It is indeed! Thanks for the fast fix.
Maybe I have set wrong syntax, tomorrow I fix it
A small bug found: i have added icon in separator and dummy widget but I havenāt add a option for remove it
a workaround is to set custom icon at -
It is the easy way of getting rid of it that I used allready ![]()
![]()
is there way to include a westher widget from: https://weatherwidget.io ??
Just pasting the code into the iFrame doesnāt.
<a class="weatherwidget-io" href="https://forecast7.com/en/51d565d69/gemert/" data-label_1="GEMERT" data-label_2="WEATHER" data-icons="Climacons Animated" data-days="5" data-theme="weather_one" >GEMERT WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>