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

    Posts

    Recent Best Controversial
    • MMM-CalendarExt : showEmptyView: 0,

      alt text

      With “showEmptyView: 0” i try hiding a day with no event

      {
      			module: 'MMM-CalendarExt',
      			position: "top_center",		
      			config: {
      				colored: true,
      				system: {
      					show: ['current', 'daily'],
      					redrawInterval:60000,
      					showEmptyView: 0,
      			  },
      

      But my calendar give always the empty days (see screenshot above).
      An idea ?
      :winking_face:

      posted in Utilities
      D
      Doudy
    • RE: adjust the size of the currentweather and weatherforecast icons

      @philreis
      Thanks i test
      Icons Found here :
      link text
      :winking_face:

      posted in Utilities
      D
      Doudy
    • RE: adjust the size of the currentweather and weatherforecast icons

      Nothing changes even if I change the size of the icons.

      .currentweather .weathericon {
          position: absolute;
          z-index: 0;
          height:20px;
          width:20px;
          right:580px;
          margin-top: -65px;
          }
      

      I always have the same dimension displayed on the screen
      ‘Right’ and ‘margin-top’ working but ‘height’ and ‘width’ does not working !

      posted in Utilities
      D
      Doudy
    • RE: MMM-CalendarExt

      That is OK.
      Thanks

      posted in Productivity
      D
      Doudy
    • RE: MMM-CalendarExt

      @doudy
      Thanks

      posted in Productivity
      D
      Doudy
    • RE: MMM-CalendarExt

      Hello,
      alt text

      How can I delete the text ‘in 15 hours’
      In addition it does not seem right to me.
      Or does this indicate the end of the event?

      module: 'MMM-CalendarExt',
      position: "top_left",
      config: {
      		colored: true,
      		        system: {
      		        show: ['current','daily'],
      		        locale: 'fr-be', //when omitted, default value would be your system default locale by moment.js
      			showEmptyView: 0,
      			fullDayEventLocalize: 0,
      			redrawInterval: 30*60*1000, //minimum 60000
      			userProfileConfig: 0,
      			startProfile: ''
      			},
      views: {
      	current: {
      		position: "top_left",
      		title: "Aujourdhui",
      		limit: 3,
      
      etc...
      

      Thanks![alt text]

      posted in Productivity
      D
      Doudy
    • adjust the size of the currentweather and weatherforecast icons

      Hello,
      How can I adjust the size of the currentweather and weatherforecast icons?
      Thank you

      alt text

      posted in Utilities
      D
      Doudy
    • 1 / 1