Read the statement by Michael Teeuw here.
7" touchscreen as a alarm clock?
-
Hi all.
I just got my hands on an 7" touchscreen and a Raspberry also with a case for this listed products below.I want to make a clone of my setup from my 27" mirror so i can have this in the 7" setup so i need some help on how i do that.
Also i want to have this in my bedroom and replace my old alarm clock so than i need some nice modules to add to this setup and also need to have it dimmed during the night so it don´t light up the room.So if any one can assist me with some good modules and guides pleas post it here.
Also if any one have a setup like this today pleas share it.Here is the parts i got today.
7" screen
Case
RPI v2
WiFi Adapter -
-
I cloned my SD card from my 26" setup and all works fine on the 7" screen.
The only problem is that the modules act to big on that small screen any one got an solution for this? -
@wizz you can shrink them with css
-
@strawberry-3.141 said in 7" touchscreen as a alarm clock?:
@wizz you can shrink them with css
Ok got any examples for me on how it can look ?
-
Yes he is correct you can shrink them down but what I did was really just run basic modules without doing anything to them at all.
I have the alarm clock module, the NFL module [showing only one team], email, basic small weather module oh and running MMM-Scheduler as well so it’s not on all day and turns off at night so it doesn’t keep me awake with the light :)
You can pretty much customize any module to fit your needs if you’d like… if you don’t like to use the scheduler module you could also use MMM-voice to just turn off the screen…or add a PIR sensor to turn it on when you want and have it go back off.
Mine has been running pretty much 24/7 and I have had no issues at all. To each their own. I wasn’t looking to create an all powerful alarm clock I just wanted a basic clock with functions you don’t normally get with a clock like weather or email :)
Strawberry created the touch alarm and it really is easy to use and it works awesomely!! You can pretty much add your own mp3 file to play the sound you’d like it to play…
I’m waiting on my custom mp3 somebody is making for me :)
-
@wizz you could try
body { transform: scale(0.5); }
which should make everything half the original size
-
-
@strawberry-3.141 said in 7" touchscreen as a alarm clock?:
@wizz you could try
body { transform: scale(0.5); }
which should make everything half the original size
Thank´s will try that and see how it looks.