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

    JasonInOttawa

    @JasonInOttawa

    0
    Reputation
    6
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    JasonInOttawa Unfollow Follow

    Latest posts made by JasonInOttawa

    • Weather module only show current temperature and Feels like

      Is there any way to set up the weather module so it only shows the current temperature and “Feels like”? See the attached. Thanks!

      I got close but I still see “Wind speed”.

      Screenshot 2024-06-25 at 08.47.10.png

      posted in Troubleshooting
      J
      JasonInOttawa
    • RE: Clock and current weather horizontally

      @ashishtank Thanks again! I did notice one difference: the inline-block keeps the bottoms lined up

      bottom line up.png

      and the float puts the second element a bit higher:

      up to the left.png

      It all depends on which effect you prefer.

      posted in Custom CSS
      J
      JasonInOttawa
    • RE: Clock and current weather horizontally

      This seems to work

      .currentweather {
        display:inline-block;
        margin: 2px;
        zoom:60%;
      }
      
      .clock {
        display:inline-block;
        margin: 2px;
      }
      
      posted in Custom CSS
      J
      JasonInOttawa
    • RE: Clock and current weather horizontally

      @ashishtank I believe you’re showing a clock followed by a calendar. If so, yes, that’s what I’d like, except with a clock and current weather. Thanks very much for your reply.

      posted in Custom CSS
      J
      JasonInOttawa
    • Clock and current weather horizontally

      I would like to show the clock and current weather horizontally in the bottom left as follows, and was hoping for pointers on how to do this in the custom.css file. Thanks!

      09:44 icon 1C

      Setting them both to bottom_left results in

      09:44
      icon 1C

      posted in Custom CSS
      J
      JasonInOttawa