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

    Posts

    Recent Best Controversial
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      @sdetweil Sorry. Both ways did´nt work. Only the “display: none !important;” did the trick.
      Thank you for you support…as always!

      posted in Troubleshooting
      O
      OberfragGER
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      @HeikoGr Thanks a lot!
      your tip with !important was working.

      I´ll take a look into yout module too. Especially the Headless Device Flow is very interesting!

      posted in Troubleshooting
      O
      OberfragGER
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      @sdetweil Hi sam,

      this one?

      766d7f05-49ad-41b3-a81b-9c627c4dc0c7-grafik.png

      or this one?

      48d4e17e-a2be-4a70-b746-8cbb421debab-grafik.png

      posted in Troubleshooting
      O
      OberfragGER
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      @HeikoGr said in Disable header in MMM-MieleAtHome and MMM-Homeconnect:

      this should work, but MMM-MieleAtHome and therefore MMM-Homeconnect as a fork do override the header…

      {
        module: “MMM-MieleAtHome”,
        header: "",
        position: “bottom_left”,
       
      },
      

      Thata not working on both modules :(

      posted in Troubleshooting
      O
      OberfragGER
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      61a9032e-5a28-4b75-9c77-bd780e5338d3-grafik.png

      Is there any chance to scale both styles that the icons are looking the same height and style?

      posted in Troubleshooting
      O
      OberfragGER
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      @sdetweil Thanks for your help.
      But its still not working.

      18d7797a-39ec-447f-9c72-ccf35d48c256-grafik.png

      66d72448-e260-4190-9504-426ce766faf1-grafik.png

      e70b746e-3020-4f3e-a430-fdc3c70192cd-grafik.png

      ```
      

      {
      module: “MMM-MieleAtHome”,
      position: “bottom_left”,
      showDeviceIfDoorIsOpen: false,
      showHeader: false,
      config: {
      userName: “xxx”,
      password: “xxx”,
      client_ID: “xxx”,
      client_Secret: “xxx”,
      vg: ‘de-DE’, // Your country code from the list above
      language: ‘de’, // Language supported from list above
      showAlwaysAllDevices: false //always display component
      }
      },

      
      I even tried display: none without ";". I doesnt work...
      posted in Troubleshooting
      O
      OberfragGER
    • Disable header in MMM-MieleAtHome and MMM-Homeconnect

      Hi,

      i just want to disable the headers of both Modules. MMM-Homeconnect is somehow copied from MMM-Mieleathome

      I treid diffent things. But nothing worked:

      showHeader: false,
      

      or in custom css

      .MMM-MieleAtHome .module-header {
        display: none;
      }
      

      or

      .MMM-MieleAtHome header {
        text-align: left
      }
      
      .MMM-MieleAtHome header {
        text-align: left
      }
      

      168acfc7-4839-4f65-85e6-0bf3d95b3b2a-grafik.png

      Did u have an idea?

      posted in Troubleshooting
      O
      OberfragGER
    • RE: My Bathroom Mirror

      @lavolp3 Youre right!

      posted in Show your Mirror
      O
      OberfragGER
    • RE: Kitchen Dashboard

      Great Work!

      posted in Show your Mirror
      O
      OberfragGER
    • MMM-Calendar repeating count custom events

      Hi,

      this year i nearly missed the wenning day… :astonished_face: so i want to configure my MagicMirror for next year. II use google calendar with Birthays, days e.g.

      I managed to put the wedding date in, but i want to have the repating count. For the wedding day, i set up a yearly da.

      		customEvents: [
      		  {
      			keyword: 'Hochzeitstag',
      			repeatingCountTitle: 'Jahrestag',
      			dateFormat: 'D.MMMM',
      			color: '#d4af37',
      			symbol: 'ring'
      		  },
      

      How can i chage this entry so that its like: “Hochzeitstag, x. Jahrestag” or better “x.Hochzeitstag”?

      posted in Utilities
      O
      OberfragGER
    • RE: [solved]Calendar - repeatingCountTitle is not working

      @sdetweil My fault. The export from google calender is “plain text”. There is no mention of the real birthday. :(

      So its solved. Thanks a lot.

      posted in Troubleshooting
      O
      OberfragGER
    • RE: [solved]Calendar - repeatingCountTitle is not working

      @sdetweil I uncommented the first callender with slashes. Thats what im using before.
      It looks like that “repeatingCountTitle” is not working in this case. I changed the toppic now for a better understanding.

      posted in Troubleshooting
      O
      OberfragGER
    • [solved]Calendar - repeatingCountTitle is not working

      Due security changes MMM-Googlebirthdays is no longer working, so a few Birthdays are missing.
      So i switched to a local copy (export from Google) of my contact calendar.

      Its woking fine, but how i can format it better?

      Before it was:
      XY, 30. Birthday D.MMMM

      Now its like;
      XY has Birthday D.MMMM

      I just want to see, how old the people are.
      Here my config:

      		  {
      //			url: 'http://192.168.178.80:8080/mmm-googlebirthdaysprovider',
      			url: 'http://192.168.178.80:8080/modules/birthdays/birthdays.ics',
      			repeatingCountTitle: 'Geburtstag',
      			dateFormat: 'D.MMMM',
      			symbol: 'birthday-cake',
      			color: '#F5DA81'
       		  },
      
      posted in Troubleshooting
      O
      OberfragGER
    • RE: Default Calendar: Display Birthdays, Anniversaries

      @Rags
      Im uskng MMM-GooglebirthdayProvider. I alreday installed it and have the key for it. work fine.

      Problem- Google disavled the old authentification.
      https://github.com/PalatinCoder/MMM-GoogleBirthdaysProvider

      Just in case…

      posted in General Discussion
      O
      OberfragGER
    • RE: MMM-RemoteControl or vcgencmd Issue

      @sdetweil Thanks for your info.
      I assume that i have an working firmware. I dont have any clue which version this is.
      e7ae22b4-0b52-4988-afc7-8d84ff09ad61-image.png

      posted in Troubleshooting
      O
      OberfragGER
    • RE: PIR sensor to turn on LED strip

      @Egnos I have to add… i use also the Module https://github.com/olexs/MMM-UserPresenceToMQTT

      For the LED-Strip… i use a WS2812. Its adessable an u can use it with 5V and it preconfigured in Hyperion.

      posted in General Discussion
      O
      OberfragGER
    • RE: MMM-RemoteControl or vcgencmd Issue

      @sdetweil I just use the Standard setting in my config.js.
      Standard = use vgencmd

      https://wiki.bugsounet.fr/en/EXT-Screen

      posted in Troubleshooting
      O
      OberfragGER
    • RE: MMM-RemoteControl or vcgencmd Issue

      @sdetweil I dont have any proble with CEC e.g…? Or do you just mistakenly quotet me…?

      posted in Troubleshooting
      O
      OberfragGER
    • RE: PIR sensor to turn on LED strip

      @Egnos Just in case…
      Im using ioBroker @home (thats a free Smart Home Software). WIth that i also have installed MQTT. Any other Smart Home software like Home Assist can do the same.
      I also installed Hyperion on the same Raspyberry i have installed MagicMirror. Inside ioBroker iam using the Hyperion adapter.
      So with any “user_presence” i get the MQTT informartion… and that triggers a scipt inside ioBroker to activate Hyperion.

      If your using any smart home software as well… this should be an easy thing. Feel free to ask…

      posted in General Discussion
      O
      OberfragGER
    • RE: MMM-RemoteControl or vcgencmd Issue

      @Stroke-0 No Problems here. Im using MMM-RemoteControl and a PI4. I also use MMM-NewPir to turn the Monitor off.

      posted in Troubleshooting
      O
      OberfragGER
    • 1 / 1