• 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
  1. Home
  2. Seann
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
S
Offline
  • Profile
  • Following 1
  • Followers 1
  • Topics 7
  • Posts 37
  • Groups 1

Posts

Recent Best Controversial
  • RE: Can't get json feed to display in any module

    @sonicgoose it might be easier for you to just do it through javascript. I’m always looking for something to do so I’d be happy to help you where I can.

    posted in Troubleshooting
    S
    Seann
    Feb 6, 2019, 8:13 PM
  • RE: Location ID

    @soccer19 Have you altered the location attribute in your config.js for that module? I’m sure that’s all it is. Just change location: “New York” to the name of your city.

    posted in Bug Hunt
    S
    Seann
    Feb 6, 2019, 4:22 PM
  • RE: Can't get json feed to display in any module

    @sonicgoose Can I see some of the code you’ve tried using? It’ll help me help you :)

    posted in Troubleshooting
    S
    Seann
    Feb 6, 2019, 4:21 PM
  • RE: [MMM-iClock] - Live Clock module with updates on the minute every minute

    Apologies for the bump, but I have added a few updates people may be interested in.

    posted in Utilities
    S
    Seann
    Feb 3, 2019, 12:27 PM
  • [MMM-iClock] - Live Clock module with updates on the minute every minute

    MMM-iClock - Live Clock module with updates on the minute every minute.


    I'm running my MM on a Raspberry Pi and as you can imagine, looping something every second isn't great.
    I have decided to recreate the clock module which updates every minute, on the minute and is looped to do so every 60 seconds after calculating the distance between the next minute on the initial load.

    **Updates**
    I have made the clock somewhat more customisable. You can now choose if you want the clock to update each second or minute. Redesigned the module adding an analogue clock around the digital version. Users can choose the size of the analogue display and the color for all elements contained inside. Users can also choose if they want the digital time displayed (0 = no display, 1 = permanent display, 2 = show for 5 seconds on every minute.) Choose if you want the analogue clock displayed at all, and finally if you would like all elements to have a glow effect or not.

    Reccommended settings for displaying only the digital time would be to alter size to “0px”.

    Previews




    Installation

    Installation is very simple, just clone the git into your modules directory then add the module to your config.

    cd ~/MagicMirror/modules
    git clone https://github.com/aSeann/MMM-iClock
    

    Using the module

    To use this module, add the following configuration block to the modules array in the config/config.js file:

    var config = {
        modules: [
            {
    	    module: "MMM-iClock",
    	    position: "top_center",
    	    config:{
    	        seconds: false,		//	true = update every second, false = update every minute.
    	        size: "350px",		//	Size of analogue clock, also changes margin for digital clock.
    	        color: "white",		//	Can be hex, rgb, rgba or color name.
    	        digital: 1,		//	0 (no display), 1 (permanent display) or 2 (show for 5 seconds on every miniute).
    	        analogue: true,		//	false (no display), true (permanent display).
    	        glow: true,		//	false (no display), true (permanent display).
    	    }
    	},
        ]
    }
    posted in Utilities
    S
    Seann
    Jan 27, 2019, 2:13 PM
  • RE: [MMM-Rainbow] Animated text color transition

    @mykle1 LMFAO, as you can see I literally use the same thing as a template for my modules. Thanks for the heads up, i’ll change it now.

    posted in Entertainment
    S
    Seann
    Jan 27, 2019, 1:41 PM
  • RE: [MMM-Rainbow] Animated text color transition

    @ganget Have a look at the js Here
    This is how I made my clock update every minute, on the minute. Could be done better i’m sure but this works.

    posted in Entertainment
    S
    Seann
    Jan 26, 2019, 1:29 PM
  • RE: [MMM-Rainbow] Animated text color transition

    @justjim1220 Do you mean for the clock?

    posted in Entertainment
    S
    Seann
    Jan 26, 2019, 1:25 AM
  • RE: [MMM-Rainbow] Animated text color transition

    @justjim1220 Say if you start your mirror at 30 seconds past the minute, the clock on the mirror wont update until 30 seconds past the next minute, that’s why I created my own clock

    posted in Entertainment
    S
    Seann
    Jan 25, 2019, 4:33 PM
  • RE: [MMM-Rainbow] Animated text color transition

    @ganget I’m not really that good with css animations but from what I can see,

    -webkit-animation: animate 3s linear infinite;
    

    should have something to do with it right? maybe if you make that 10 minutes instead.

    posted in Entertainment
    S
    Seann
    Jan 24, 2019, 11:16 PM
  • 1
  • 2
  • 3
  • 4
  • 3 / 4
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