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
    • RE: MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.

      @Peter
      It’s the same for me
      I have nothing in “Network”
      I have no “Public” directory !

      Help…

      When i do /MagicMirror $ npm start dev
      I have following :

      Whoops! There was an uncaught exception...
      { Error: listen EADDRINUSE 127.0.0.1:8585
          at Object._errnoException (util.js:1024:11)
          at _exceptionWithHostPort (util.js:1046:20)
          at Server.setupListenHandle [as _listen2] (net.js:1351:14)
          at listenInCluster (net.js:1392:12)
          at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
        code: 'EADDRINUSE',
        errno: 'EADDRINUSE',
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8585 }
      
      
      posted in Utilities
      D
      Doudy
    • module: "weatherforecast" : day not display

      Hello,
      In module: “weatherforecast” the indication of the day is hidden by the icon

      alt text

      how can I solve this problem?
      Thanks

      Pi3 - MM version 2.6.0

      posted in Troubleshooting
      D
      Doudy
    • RE: MMM-CalendarExt

      Hello,
      I would like to decrease the size of characters in “{
      module: ‘MMM-CalendarExt’,” “calendars: [”
      In title and description.
      How to do this?

      posted in Productivity
      D
      Doudy
    • RE: M-Arvidsson/MMM-domoticz

      I have found
      I hadded following to domoticz.js

      getStyles: function() {
      		return ['font-awesome.css','font-awesome5.css'];
      	},
      

      :smiling_face:

      posted in Utilities
      D
      Doudy
    • RE: M-Arvidsson/MMM-domoticz

      Nobody ?

      posted in Utilities
      D
      Doudy
    • RE: M-Arvidsson/MMM-domoticz

      @nilnik
      I have also 2.6.0

      "version": "2.6.0"
      
      posted in Utilities
      D
      Doudy
    • RE: M-Arvidsson/MMM-domoticz

      @nilnik
      I tried with

      {
              idx: "43",
      	symbolon: "fas fa-wind",
      	symboloff: "fas fa-wind",
      },
      

      but it does not help
      same result

      posted in Utilities
      D
      Doudy
    • M-Arvidsson/MMM-domoticz

      Hello,

      I try to use another awesone symbol but that does not work
      My config.js

      xxxx
      {
      		idx: "43",
      		symbolon: "fa fa-wind",
      		symboloff: "fa fa-wind",
      	},
      xxxx
      

      alt text
      No symbol in front of WH2600-Wind

      Should we install the new symbols?
      If yes where?
      If not how?

      :winking_face:

      posted in Utilities
      D
      Doudy
    • RE: MMM-CalendarExt : showEmptyView: 0,

      @sean :thumbs_up_light_skin_tone:

      posted in Utilities
      D
      Doudy
    • RE: MMM-CalendarExt : showEmptyView: 0,

      @sean
      If you see my calendar there is nothing planned 2nd and 3rd and 4th of January :
      alt text
      alt text
      :winking_face:

      posted in Utilities
      D
      Doudy
    • 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
    • 2
    • 2 / 2