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-CalendarExt2

      @Sean
      Hello,
      I just went from MMM-Calendarext to MMM-calendarExt2
      By following your advice: link text
      And I have a few questions:

      alt text

      • 12/04 Dim. - Pâques
        It says ‘Tommorow’
        Why ?
        How else to translate into (french) ‘Demain’

      -16/04 and 17/04
      The deadline for the period is indicated: 4/19
      How to modify in 19/04

      -Is it possible to delete the description of the day: “lundi”, “mardi”
      but leave if there is an end date on another day (period)

      Thanks
      :winking_face:

      posted in Utilities
      D
      Doudy
    • RE: is there a way to get the MMM-CalendarExt preset looks in to MMM-CalendarExt2

      link text

      @SARCux
      @Sean can u send me this custom.css
      it looks great
      thx

      posted in Development
      D
      Doudy
    • RE: is there a way to get the MMM-CalendarExt preset looks in to MMM-CalendarExt2

      link text

      @SARCux
      @Sean can u send me this custom.css
      it looks great
      thx

      posted in Development
      D
      Doudy
    • RE: Mmm-calendarext one day difference between ics file and MagicMirror display

      See solution here:
      link : https://github.com/eouia/MMM-CalendarExt/issues/84

      posted in Productivity
      D
      Doudy
    • RE: Mmm-calendarext one day difference between ics file and MagicMirror display

      @acimail01 said in Mmm-calendarext one day difference between ics file and MagicMirror display:

      locale : “de_DE”,
      forceLocalTZ : true,

      I have change following :

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

      No change.
      Always a day shift for the birthday.
      I have try with locale : “de_DE” but same

      :question_mark:

      posted in Productivity
      D
      Doudy
    • RE: Mmm-calendarext one day difference between ics file and MagicMirror display

      No body ?

      posted in Productivity
      D
      Doudy
    • Mmm-calendarext one day difference between ics file and MagicMirror display

      I have at mmm-calendarext one day difference between outlook-ouwncloud.ics file and MagicMirror display only for anniversary

      outlook-owncloud.ics:
      alt text
      mmm-calendarext:
      alt text

      At outlook.ics i have anniversary jean-Pol friday 03/04 but at calendarext it is 04/04
      At outlook.ics i have anniversary Gilles sunday 05/04 but at calendarext it is 06/04
      At outlook.ics i have anniversary Nathalie sunday 05/04 but at calendarext it is 06/04
      etc…

      It is only birthdays that are not correct.
      The rest is good.

      An idea ?
      :winking_face:

      posted in Productivity
      D
      Doudy
    • RE: When restarted with pm2 restart mm : i have 2 session's of mm

      @sdetweil
      that is OK !

      pi@raspberrypi-184:~ $ pm2 delete 0
      [PM2] Applying action deleteProcessId on app [0](ids: 0)
      [PM2] [mm](0) ✓
      ┌──────────┬────┬─────────┬──────┬─────┬────────┬─────────┬────────┬─────┬──────────┬──────┬──────────┐
      │ App name │ id │ version │ mode │ pid │ status │ restart │ uptime │ cpu │ mem      │ user │ watching │
      ├──────────┼────┼─────────┼──────┼─────┼────────┼─────────┼────────┼─────┼──────────┼──────┼──────────┤
      │ mm       │ 1  │ N/A     │ fork │ 992 │ online │ 0       │ 11m    │ 0%  │ 2.5 MB   │ pi   │ disabled │
      └──────────┴────┴─────────┴──────┴─────┴────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
       Use `pm2 show <id|name>` to get more details about an app
      pi@raspberrypi-184:~ $ pm2 restart mm
      Use --update-env to update environment variables
      [PM2] Applying action restartProcessId on app [mm](ids: 1)
      [PM2] [mm](1) ✓
      ┌──────────┬────┬─────────┬──────┬──────┬────────┬─────────┬────────┬─────┬──────────┬──────┬──────────┐
      │ App name │ id │ version │ mode │ pid  │ status │ restart │ uptime │ cpu │ mem      │ user │ watching │
      ├──────────┼────┼─────────┼──────┼──────┼────────┼─────────┼────────┼─────┼──────────┼──────┼──────────┤
      │ mm       │ 1  │ N/A     │ fork │ 7839 │ online │ 1       │ 0s     │ 0%  │ 2.6 MB   │ pi   │ disabled │
      └──────────┴────┴─────────┴──────┴──────┴────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
       Use `pm2 show <id|name>` to get more details about an app
      pi@raspberrypi-184:~ $
      
      

      Thanks

      posted in Troubleshooting
      D
      Doudy
    • When restarted with pm2 restart mm : i have 2 session's of mm
      pi@raspberrypi-184:~/MagicMirror $ pm2 restart mm
      Use --update-env to update environment variables
      [PM2] Applying action restartProcessId on app [mm](ids: 0,1)
      [PM2] [mm](0) ✓
      [PM2] [mm](1) ✓
      ┌──────────┬────┬─────────┬──────┬───────┬─────────┬─────────┬────────┬─────┬──────────┬──────┬──────────┐
      │ App name │ id │ version │ mode │ pid   │ status  │ restart │ uptime │ cpu │ mem      │ user │ watching │
      ├──────────┼────┼─────────┼──────┼───────┼─────────┼─────────┼────────┼─────┼──────────┼──────┼──────────┤
      │ mm       │ 0  │ 2.10.1  │ fork │ 0     │ errored │ 18752   │ 0      │ 0%  │ 0 B      │ pi   │ disabled │
      │ mm       │ 1  │ N/A     │ fork │ 23210 │ online  │ 7       │ 0s     │ 0%  │ 2.5 MB   │ pi   │ disabled │
      └──────────┴────┴─────────┴──────┴───────┴─────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
       Use `pm2 show <id|name>` to get more details about an app
      
      

      When restarted with pm2 restart mm : i have 2 session’s of mm
      session 0 is errored !
      What is the solution to stopped and deleted one of then ?

      Thanks

      posted in Troubleshooting
      D
      Doudy
    • RE: MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.

      @Peter-Leemon
      Still no video
      I don’t know if mmm-Ring works

      posted in Utilities
      D
      Doudy
    • 1
    • 2
    • 3
    • 4
    • 2 / 4