A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Present your module and help other users on how to use it.

    2k Topics
    26k Posts
    T
    @plainbroke said: @trnitz Pretty cool little module, Do you have a way to enlarge it 2 or 3 times as large??? You can do this using your custom.css file. If you have a single instance of this module running, simply add this to your custom.css file: .MMM-EventCountdown .event-countdown { zoom: 2; /* fractional number also accepted */ } If you have more than a single instance of this module running, add a unique classes value in config.js: { module: "MMM-EventCountdown", position: "top_right", classes: "countdown-large", config: { // ... } } Then, in your custom.css file: .MMM-EventCountdown.countdown-large .event-countdown { zoom: 2; /* or 1.5, 3, etc... */ } Any fraction of a number, such as 1.5, 2.25, etc, will also work. Screen shot of it set to 2: [image: EventCountdown-2x.png]
  • Need a module? Maybe someone is interested in coding it.

    1k Topics
    7k Posts
    S
    @Beginner_123 what was the ‘fix’ ? open a new window?
  • Need help developing a module? You just found it!

    689 Topics
    5k Posts
    B
    @sdetweil it should have been @taginside
  • You have a problem with a module? Ask for help.

    3k Topics
    20k Posts
    S
    @LaeHarr yes, if you are vnc connected, you have the browser menu and developers support
  • Default Modules

    Pinned
    11
    0 Votes
    11 Posts
    27k Views
    S
    @Oboudreaux submit a PR to the GitHub repo