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

    dialdn

    @dialdn

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

    dialdn Unfollow Follow

    Latest posts made by dialdn

    • RE: Weatherunderground - currently - hourly - daily - configurable

      @dialdn

      I see that you are pulling the qpf_allday but in these conditions, I would want to see snow_allday. I would think if snow_allday is >0 it should trump qpf_allday and also display using the units (cm). Not sure how the API looks when we have freezing rain in the forecast. I would assume it shows as rain.

      	"pop":80,
      	"qpf_allday": {
      	"in": 0.37,
      	"mm": 9
      	},
      	"qpf_day": {
      	"in": 0.22,
      	"mm": 6
      	},
      	"qpf_night": {
      	"in": 0.15,
      	"mm": 4
      	},
      	"snow_allday": {
      	"in": 3.7,
      	"cm": 9.4
      	},
      	"snow_day": {
      	"in": 2.4,
      	"cm": 6.1
      	},
      	"snow_night": {
      	"in": 1.3,
      	"cm": 3.3
      	},
      
      posted in Utilities
      D
      dialdn
    • RE: Weatherunderground - currently - hourly - daily - configurable

      This looks great!

      However, we have a mix of snow and rain at this time. It seems all precipitation is being rendered as mm when it should be cm. For example, we are expecting ~10 cm on Tuesday but it is displaying as 9 mm. Haven’t looked at the API to see how the precipitation type is sent.

      Mike

      posted in Utilities
      D
      dialdn