MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. yeonju
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Y
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Groups 0

    Topics

    • Y

      Tell me how to change the font.

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      3
      0 Votes
      3 Posts
      1k Views
      vblokeV
      https://fonts.google.com (eg: @import url(‘https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&display=swap’);) use the @import method in custom.css and change the font declarations in body .thin .light .regular .bold header from (example) font-family: “Roboto Condensed”, sans-serif; to font-family: “Open Sans Condensed”, “Roboto Condensed”, sans-serif;
    • Y

      Take in the weather and write.

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      746 Views
      strawberry 3.141S
      @yeonju the default compliments module has already the possibility to show compliments based on weather https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments#compliment-configuration However, it doesn’t support the temperature, only the weather type. If you want to create your own module take a look on this parts of the code: Weather module sending the weather data to other modules https://github.com/MichMich/MagicMirror/blob/master/modules/default/currentweather/currentweather.js#L492 Compliments module processing the information https://github.com/MichMich/MagicMirror/blob/master/modules/default/compliments/compliments.js#L168-L198
    • 1 / 1