• 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.

Module to display information from a text file on a locally shared folder

Scheduled Pinned Locked Moved Requests
14 Posts 3 Posters 3.0k Views 3 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.
  • S Away
    sdetweil @TomBrown
    last edited by Aug 30, 2020, 6:02 PM

    @TomBrown no. just interested… good work

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • T Offline
      TomBrown
      last edited by TomBrown Aug 30, 2020, 7:45 PM Aug 30, 2020, 7:43 PM

      Thanks Sam! My next task is to change the digital clock to an analog clock. We are also trying to teach the kids how to tell time on an analog clock.

      I changed displayType: “analog” which put up an analog clock with no numbers (just the circle and hands).

      I tried to change analogFace: “face-010” but it only showed the hands, no face and no numbers.

      Did I miss anything? Here is a snip from my clock.js

      Module.register("clock", {
      	// Module config defaults.
      	defaults: {
      		displayType: "analog", // options: digital, analog, both
      
      		timeFormat: config.timeFormat,
      		displaySeconds: true,
      		showPeriod: true,
      		showPeriodUpper: false,
      		clockBold: false,
      		showDate: true,
      		showWeek: false,
      		dateFormat: "dddd, LL",
      
      		/* specific to the analog clock */
      		analogSize: "200px",
      		analogFace: "face-010", // options: 'none', 'simple', 'face-###' (where ### is 001 to 012 inclusive)
      

      Here is how it looks with the simple analog clock.
      mm analog.PNG

      S 1 Reply Last reply Aug 30, 2020, 8:29 PM Reply Quote 0
      • S Away
        sdetweil @TomBrown
        last edited by Aug 30, 2020, 8:29 PM

        @TomBrown bug in 2.12 fix described here
        https://forum.magicmirror.builders/topic/13190/no-numbers-in-analog-watch-face/13?page=2

        by MichMich

        if you used my install script, I posted a few further down with the steps
        https://forum.magicmirror.builders/topic/13190/no-numbers-in-analog-watch-face/17?page=2

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • T Offline
          TomBrown
          last edited by Sep 9, 2020, 1:22 AM

          OK. With some nudging from @sdetweil , I was able to get things fixed up. Have the analog clock instead of digital, have a clockface with regular numbers so they can start learning how to tell time, got rid of the newsfeed and moved the compliments to display at the bottom instead of the newsfeed.

          Next steps is to add more words through a local file and then maybe install a module to pull some pictures from a public feed or maybe some select pictures from my google drive.

          2020.09.08.mm.JPG

          1 Reply Last reply Reply Quote 1
          • A Offline
            amanzimdwini @TomBrown
            last edited by Nov 1, 2020, 8:50 AM

            @TomBrown
            Easy - use the module MMM-GoogleSheets
            and edit your own Google Sheet.
            That’s exactly how I “communicate” with my mirror from anywhere

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 1 / 2
            • First post
              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