MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Schmaniel
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 23
    • Groups 0

    Schmaniel

    @Schmaniel

    1
    Reputation
    15
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Schmaniel Unfollow Follow

    Best posts made by Schmaniel

    • RE: Help with creating a table

      @sdetweil said in Help with creating a table:

      welcome to the fun.

      you misspelt nightmare…
      Thanks for your help!

      posted in Development
      S
      Schmaniel

    Latest posts made by Schmaniel

    • RE: MM not starting anymore | new SD-Card

      @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!

      posted in Hardware
      S
      Schmaniel
    • MM not starting anymore | new SD-Card

      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

      posted in Hardware
      S
      Schmaniel
    • RE: Any cheap TVs with CEC?

      @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 :)

      posted in Hardware
      S
      Schmaniel
    • calendar module not aligning correctly

      Hey,

      my calendar module is not aligning correctly and I’m not sure why…
      do you have any ideas?

      72c17efe-260a-4f85-9ac3-f0fb05d91357-grafik.png

      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

      posted in Troubleshooting
      S
      Schmaniel
    • TP-Link Smart Plug

      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

      posted in Requests
      S
      Schmaniel
    • RE: Any cheap TVs with CEC?

      @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.

      posted in Hardware
      S
      Schmaniel
    • Any cheap TVs with CEC?

      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

      posted in Hardware
      S
      Schmaniel
    • Is this mirror okay?

      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…

      posted in Hardware
      S
      Schmaniel
    • .region table in main.css

      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;
      }
      
      posted in Bug Hunt
      S
      Schmaniel
    • RE: Help with creating a table

      @sdetweil hahaha, worked with line-height and span style=display now…
      Im pretty happy with the results now:
      a3bfaab5-246a-4d23-9d0d-88b97b8a68e5-grafik.png

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

      posted in Development
      S
      Schmaniel