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
    KristjanESPERANTOK
    @rkorell Good work! Would be nice if you could add a screenshot :)
  • Need a module? Maybe someone is interested in coding it.

    1k Topics
    7k Posts
    M
    @martinb https://forum.magicmirror.builders/topic/14807/mmm-wallpaper-configure-for-icloud-album-photo Is kind of working for me.
  • 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
    @bjowave welcome to the world of css, cascading style sheet This allows you to style a/some elements on the web page (MagicMirror page is presented in a browser) This is a huge topic area, I looked at the anylist module provided css, and it doesn’t provide any direct styling on the text elements So you will have to discover what they are. See the second link in my signature below for a short intro to the browser developers window, elements tab The content for CSS styles is HUGE I would use your favorite search engine on how to set an element style the way you want, this will at least give you the names of the styles you want to set. Then the example will teach you how to find the element you want to style Watch out for opaque, if you later decide on pictures in the background, you will have a black rectangle showing.
  • Default Modules

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