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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt

      @Sean
      Sorry again but i have another question / problem
      You can see in my above standing screens that split view => current / upcoming does not work.
      But before doing the update it was working.

      Here is my config code

      		{
      				module: 'MMM-CalendarExt',
      				position: "lower_third", //anywhere. It is not related to real position of view
      				config: { // Read below
      				system: {
      				  show: ['current','upcoming','daily'],
      				  locale: 'de', //when omitted, default value would be your system default locale by moment.js
      				  showEmptyView: 0,
      				  fullDayEventLocalize: 1,
      				  redrawInterval: 30*60*1000, //minimum 60000
      				  useProfileConfig: 0,
      				  startProfile: ''
      				},
      				
      				 views: {
      						current: {
      						  position: "top_left",
      						  title: "Heute",
      						  limit: 3,
      						},
      						upcoming: {
      						  position: "top_left",
      						  title: "Demnächst",
      						  limit: 3,
      						},
      						daily: {
      						  position: "bottom_bar",
      						  title: "Überblick",
      						  counts: 7,
      						}
      					  },
      
      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      It works fine with adding this code to custom css :-)

      div.CALEXT .events .symbol.font-awesome {
          font-size: 250%; //Adjust this as your wish. you can use px or %
      
      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      Perfect for some symbols
      But the symbol “trash-o” will be not “re-sized”.
      I have to look for a symbol in other sources == > “em”…and so on

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      @Sean
      I am not a programmer :-)
      I have played a little bit…also with big values, but the symbol size does not change.
      Maybe i am doing something wrong?

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      
      
       
       div.CALEXT  .event .symbol {
          order:1;
          display:block;
          flex-basis: 40px; // Modify this 
          text-align:center;
          min-width: 50px; // Modify this
          font-size: 800%; // Add this
      }
       	
      
      

      0_1508489536934_2017-10-20-104019_1680x1050_scrot.png

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      Hi Sean,

      according to b.)
      Sorry to asked again.
      While playing a little bit with the config parameters, i can “only” adjust the size of the area within the symbol is located.
      But it doesn’t change the size of the symbol itself
      Thanks a lot

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-Globe

      Sorry for the question
      But is there a view for europe available / configurable?
      Thanks

      posted in Utilities
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      Amazing
      Thanks a lot

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      Hi Sean,
      i have a few more questions

      Please look to my attached screen:

      a.)
      Today is “not viewable” because it is “more or less” complete white
      Any Idea

      b.)
      Is there a chance to increase the size of the symbols (i mean the symbols in front of the date…like the football)

      c.)
      I was wondering that your dates a looking a little bit different
      In your dates you have the information about the timing and the location.
      I have put the same infos in my google calendar but they will not be shown

      Thats a lot

      0_1508478670223_2017-10-20-074338_1680x1050_scrot.png

      posted in Productivity
      V
      Vauxdvihl
    • RE: MMM-CalendarExt

      Great Job
      Thanks a lot

      posted in Productivity
      V
      Vauxdvihl
    • MMM-PublicTransportDB

      Hi all,
      i was wondering if somebody of you is able to run the above standing module.
      Unfortunately is stays in the state “Load” on the screen.
      Is there any chance to debug somthing?
      Thanks

      posted in Troubleshooting
      V
      Vauxdvihl
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 12 / 13