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

    OWL

    @OWL

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

    OWL Unfollow Follow

    Best posts made by OWL

    • RE: [Weather module hourly template] Add another column for UV Index in hourly.njk with correct spacing

      @Rene1695 A misconfigured docker sadly overwrote my js files on reboot and i hadn’t had the time to recreate it until now.
      I cannot seem to upload my files here but you can look at my github repo where i synced all the changes. Watch out for a pull request to main, however that could take a while to end up in the releases.
      https://github.com/OWL4C/MagicMirror/tree/develop/modules/default/weather
      Of note are: weather.css (as @sdetweil detailed to add a border)
      providers/openmeteo.js (since it is free and more detailed than the other ones i use openmeteo and only know how to integrate it from them, maybe you can get the api reference for others, it should be similar to openmeteo.js though)
      hourly.njk (which adds the table entry, if the config.js has showUV_Index set to true)
      and obviously config.js
      As of yet hourly and current is implemented and i am trying to set up an max_UV for forecast.

      However there is one more bug: UV=0 does not get ignored like rain=0 but actually shows 0 0 0 0 etc. Not gamebreaking but still.

      posted in Development
      O
      OWL

    Latest posts made by OWL

    • RE: [Weather module hourly template] Add another column for UV Index in hourly.njk with correct spacing

      @Rene1695 A misconfigured docker sadly overwrote my js files on reboot and i hadn’t had the time to recreate it until now.
      I cannot seem to upload my files here but you can look at my github repo where i synced all the changes. Watch out for a pull request to main, however that could take a while to end up in the releases.
      https://github.com/OWL4C/MagicMirror/tree/develop/modules/default/weather
      Of note are: weather.css (as @sdetweil detailed to add a border)
      providers/openmeteo.js (since it is free and more detailed than the other ones i use openmeteo and only know how to integrate it from them, maybe you can get the api reference for others, it should be similar to openmeteo.js though)
      hourly.njk (which adds the table entry, if the config.js has showUV_Index set to true)
      and obviously config.js
      As of yet hourly and current is implemented and i am trying to set up an max_UV for forecast.

      However there is one more bug: UV=0 does not get ignored like rain=0 but actually shows 0 0 0 0 etc. Not gamebreaking but still.

      posted in Development
      O
      OWL
    • RE: Edit CSS of only one instance of module

      @sdetweil Very nice thank you!

      posted in Custom CSS
      O
      OWL
    • Edit CSS of only one instance of module

      I have two instances of the weather module running and tried to differentiate with regions with .middle_center.weather but that doesn’t work at all and it still overlaps. If i just use .weather it works but on both instances. Can i add something in the config.js for the second instance to give it an id?

      posted in Custom CSS
      O
      OWL