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

    Posts

    Recent Best Controversial
    • RE: MMM-Webuntis

      Achtung, ich habe eine neue Version veröffentlicht und dabei die Konfigurations Variablen umbenannt - es muss die config.js angepasst werden.

      Dafür habe ich jetzt aber auch eine Tabellenansicht implementiert:
      f12ereEHEk.png

      posted in Education
      H
      HeikoGr
    • RE: 2.29.0 Weather Module w/api v3.0 works, sort of…

      I just tested it. You can pass a header by yourself but need to add

      appendLocationNameToHeader: false,
      

      Otherwise it will add the timezone again.

      
       
              {
                  disabled: false,
                  module: "weather",
                  header: "YOURCITY",
                  position: "top_right",
                  config:
                  {
                      // See 'Configuration options' for more information.
                      weatherProvider: 'openweathermap',
                      appendLocationNameToHeader: false,
                      weatherEndpoint: '/onecall',
                      apiKey: 'API',
                      apiVersion: '3.0',
                      lat: '51.5',
                      lon: '9.52',
                      type: 'forecast',
                      colored: true,
                      fade: false,
                      maxNumberOfDays: 3,
                      degreeLabel: 'true',
                      showWindDirectionAsArrow: 'true',
                      decimalSymbol: ','
                  }
              },
      
      
      posted in Troubleshooting
      H
      HeikoGr
    • RE: Experience with MMM-WebUntis?

      @rabbit83ka you can try my newest commit (https://github.com/HeikoGr/MMM-Webuntis/). just add a line to your config.js:

      mode: "compact",
      
      posted in General Discussion
      H
      HeikoGr
    • RE: MMM-Webuntis

      Attention / Important

      (for our school) Untis GmbH changed url and schoolname.
      You may need to log in your (childrens) account(s) an edit the config.js according to the new values.

      At least they didn’t switch off te old json-rpc api MMM-Webuntis is using

      posted in Education
      H
      HeikoGr
    • RE: Disable header in MMM-MieleAtHome and MMM-Homeconnect

      i found 2-3 ways for you to get rid of the header:

      1.: you add “!important” to force the css rule

      .MMM-MieleAtHome .module-header {
          display: none !important;
      }
      
      1. fork MMM-MieleAtHome and get rid of
      	// you have to delete this function at MMM-MietAtHome.js line 92-95
      	getHeader: function() {
      		return "Miele@Home";
      	},
      

      MMM-HomeConnect is similar. But here you have a third option: take my fork: https://github.com/heikogr/MMM-HomeConnect2 (only thing: it has an different styling)

      posted in Troubleshooting
      H
      HeikoGr
    • RE: MMM-Webuntis

      Hello everyone,

      version 0.5.0. of my MMM-Webuntis module is out.
      Major improvement: you don’t need the student based login anymore.

      Please read the detailed readme.
      unfortunately I am not able to test any edge case myself.

      posted in Education
      H
      HeikoGr
    • RE: MMM-Webuntis

      @RobertMuc achso, ganz vergessen zu erwähnen: ich hab auch sehr wenig Platz (oder zu viele Informationen) auf meinem display. Aus dem Grund setze ich das wundervolle Modul MMM-Carousel ein. Das Grid ist dann auf Seite 2.

      posted in Education
      H
      HeikoGr
    • 1 / 1