@sdetweil said in Help with creating a table:
welcome to the fun.
you misspelt nightmare…
Thanks for your help!
@sdetweil said in Help with creating a table:
welcome to the fun.
you misspelt nightmare…
Thanks for your help!
@sdetweil the installation of the mm is not that hard, but the configuration from all the modules was kind of :/
especially I had rewritten something ^^
I’m trying to get it with an ssd to work, so I don’t have this problem anymore.
I will test your script anyways, thank you!
My MM (after only like 2/3months!) is not starting anymore and now I need a new SD-Card.
I tried to boot my RPI 3B with an SSD, but I wasn’t able to get it to work.
I previously had this card: https://www.amazon.de/dp/B073JYVKNX - what should I get for one?
Is it normal, that the SD Card broke so fast?
Oh and yeah… can I possible safe my image somehow? - I don’t want to do this 10hour software thing again :c
@bman said in Any cheap TVs with CEC?:
@schmaniel Hey, today I had the luck of finding a TV like the on you looking for. I bought a LG model nr. 32LG2100 for €40 secondhand in mint condition. I looked it up and it has CEC, but it’s called Simplink for LG. Hope this helps.
Since I have built my frame already, this TV would be a bit too big, but I found a solution for it now.
I got a Smart Plug and the TV automatically boots up, when it lost power and gains it back :)
Hey,
my calendar module is not aligning correctly and I’m not sure why…
do you have any ideas?

config looks for all the same
		{
			module: "calendar",
			header: "Termine",
			position: "top_left",
			config: {
                fade: false,
                showEnd: true,
                maximumEntries: "5",
                maximumNumberOfDays: "31",
				calendars: [
                    {
                        symbol: "calendar",
                        url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics"
                    }
				]
			},
			classes: "always"
		},
        {
			module: "calendar",
			header: "Feiertage",
			position: "top_left",
			config: {
                fade: false,
                showEnd: true,
                maximumEntries: "5",
                maximumNumberOfDays: "31",
				calendars: [
					{
						symbol: "calendar-check",
						url: "https://calendar.google.com/calendar/ical/de.german%23holiday%40group.v.calendar.google.com/public/basic.ics"
                    }
				]
			},
			classes: "always"
		},
        {
			module: "calendar",
			header: "Geburtstage",
			position: "top_left",
			config: {
                fade: false,
                showEnd: true,
                maximumEntries: "5",
                maximumNumberOfDays: "31",
                titleReplace: {'hat Geburtstag' : ''},
				calendars: [
                    {
                        symbol: "birthday-cake",
                        url: "https://calendar.google.com/xxxxxxxxxxx/basic.ics"
                    }
				]
			},
			classes: "always"
		},
regards
Hey guys!
I wan’t to turn my TV on/off with a Smart Plug and I got one a few weeks ago (Prime Day :D)
Wasn’t able to find a Module for it, is there already one available?
Else I could check if I can make a module, but I’m not that experienced ^^
Regards
@sdetweil said in Any cheap TVs with CEC?:
but if u have the model number u can usually find the product info guide online.
I often checked for it online with the model number, but sadly I can’t find any operation manuals
@sdetweil said in Any cheap TVs with CEC?:
my TV has an on screen menu for turning on/off CEC… (doesn’t help, I can turn it on, but not off!)
Wait, you can turn your TV on, but not off? :o
How is the FireTV Stick solving this? afaik they work without CEC (on/off/volume), would test that later.
Hey,
so I nearly finished my mirror, but I don’t like my TV anymore…
I would like to turn the TV on/off with my pi and thats currently not possible with my Telefunken D32H278A3, because it has no CEC (or is there any other way?)
Now I’m searching for a new 32" TV with CEC, but I’m not able to find a “cheap” one on eBay.
Also its pretty hard to check if the TV has CEC, is there some list about it?
Do you have any suggestions for what I should looking for?
I don’t really want to spent more than 60/70€
Regards
Hello!
I found this mirror:
https://www.myspiegel.de/spionspiegel-pg-2102.html (German site)
And wanted to ask if it would be okay or if I should look for another one.
Thickness: 8mm
Light transmission: 11 % 	
Light reflection: 42 %
Energy transmission: 13 % 	
Energy reflection: 34 % 	
Energy absorption: 53 % 	
UV transmission: 1 % 	
g-Value: 25 %
It seems a bit thick too me, but I’m not sure…
In the main.css is:
.region table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
shouldn’t it look like this? :
.region.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
@sdetweil hahaha, worked with line-height and span style=display now…
Im pretty happy with the results now:

Just need to calculate the HTLV ratio, but thats another problem I have to solve myself :)