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

    MadsF

    @MadsF

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MadsF Unfollow Follow

    Latest posts made by MadsF

    • MMM-OneCallWeather - Wind in Meter pr second??

      Hi

      Is it in anyway possible to get Meter pr second istead of miles pr hour for the wind speed?
      I lave everything else with this module. But it’s so annoying not to have wind in my “normal”

              {
                  module: "MMM-OneCallWeather",
                  position: "top_right",
                  header: "xxxxxx, // OPDATERET HEADER
                  config: {
                      latitude: "xxxxxx", // OPDATERET LATITUDE
                      longitude: "xxxxx", // OPDATERET LONGITUDE
                      apikey: "xxxxxxx",
                      iconset: "4a",
                      iconsetFormat: "png",
                      units: "metric", // Styrer at vindhastighed er i m/s
                      fade: false,
                  }
              },
      
      
      posted in Utilities
      M
      MadsF
    • RE: MMM-CalendarExt2

      Hi

      Im new ti magic mirror and trying to do a family calendar kind of look.

      Im trying to do it together with AI (chatgpt and gemini) due to the fact im not that smart:D

      I want to have a look similar to the buttom of this picture:
      https://github.com/MMM-CalendarExt2/MMM-CalendarExtTimeline/blob/main/timeline_static.jpg

      So horizontal 7-day display with vertical event listings.

      It seems impossible for the AI to do it with this module? Is tha AI missing something?`Or do i need another module?

      posted in Utilities
      M
      MadsF