• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

No date after update

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 2 Posters 636 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Online
    JoeFranz
    last edited by Jan 8, 2023, 9:39 AM

    Hello and happy new year :-)
    After the last update the date above the clock is no longer displayed :-(
    Nothing was changed in the config. Anyone an idea?

    Greetings Joerg

    K 1 Reply Last reply Jan 8, 2023, 11:58 AM Reply Quote 0
    • K Offline
      KristjanESPERANTO Module Developer @JoeFranz
      last edited by Jan 8, 2023, 11:58 AM

      Happy New Year to you too! :-)

      Please show the part of your configuration that affects the clock.

      J 1 Reply Last reply Jan 8, 2023, 12:07 PM Reply Quote 0
      • J Online
        JoeFranz @KristjanESPERANTO
        last edited by sdetweil Jan 8, 2023, 12:28 PM Jan 8, 2023, 12:07 PM

        @KristjanESPERANTO

        {
        			module: 'clock',
        			position: 'top_left',
        			config: {
        			timeFormat: 24,
        			displayType: 'analog',
        			analogSize: '200px',
        			analogFace: 'face-003',
        			analogPlacement: 'bottom',
        			analogShowDate: 'top',
        			
        			lat: 52.389870,
        			lon: 10.852678,
        			showDate: true,
        			showWeek: true,
        			dateFormat: 'dddd D MMMM',
        			secondsColor: '#FF0000',
        			timezone: 'Europe/Berlin'
        			}
        		},
        
        K 1 Reply Last reply Jan 8, 2023, 12:55 PM Reply Quote 0
        • K Offline
          KristjanESPERANTO Module Developer @JoeFranz
          last edited by Jan 8, 2023, 12:55 PM

          analogShowDate is obsolete. Check if this is what you want:

            {
              module: "clock",
              position: "top_left",
              config: {
                  displayType: 'both',
                  analogSize: '200px',
                  analogFace: 'face-003',
                  analogPlacement: 'bottom',
                  lat: 52.389870,
                  lon: 10.852678,
                  showDate: true,
                  showWeek: true,
                  showTime: false,
                  dateFormat: 'dddd D MMMM',
                  secondsColor: '#FF0000',
                  timezone: 'Europe/Berlin'
              }
          },
          
          J 1 Reply Last reply Jan 8, 2023, 1:56 PM Reply Quote 0
          • J Online
            JoeFranz @KristjanESPERANTO
            last edited by Jan 8, 2023, 1:56 PM

            @KristjanESPERANTO I tried it, no date :-(

            ![alt text](Bildschirm­foto 2023-01-08 um 14.54.21.png image url)

            K 1 Reply Last reply Jan 8, 2023, 3:11 PM Reply Quote 0
            • K Offline
              KristjanESPERANTO Module Developer @JoeFranz
              last edited by Jan 8, 2023, 3:11 PM

              Did you set the displayType to both?

              Screenshot-20230108160906-237x293.png

              J 1 Reply Last reply Jan 8, 2023, 3:35 PM Reply Quote 0
              • J Online
                JoeFranz @KristjanESPERANTO
                last edited by Jan 8, 2023, 3:35 PM

                @KristjanESPERANTO Now it works, thanks :-)

                1 Reply Last reply Reply Quote 1
                • 1 / 1
                1 / 1
                • First post
                  1/7
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy