Skip to content

Precipitation Graph does not display / loads endlessly #10

@wbleek

Description

@wbleek

Hi,
thanks a lot for this module. I really like it since I use the mobile app as well daily.
On rainy days the module does not show any precipitation graph. If I force the graph to be displayed with your new switch it loads endlessly.
How do you suggest to debug the issue?
Thanks
Wgb

This is my code in the config file.

                {
                        module: "MMM-forecast-io",
                        classes: "small",
                        position: "bottom_left",
                        header: "Hamburg, DE",
                        config: {
                                apiKey: "??????????????????????????????", // removed
                                alwaysShowPrecipitationGraph: true,
                                latitude: 54.559676,
                                longitude: 9.168873
                        }
                },

Activity

wbleek

wbleek commented on May 30, 2017

@wbleek
Author

It works for Seattle, WA, but does not work for Girne, CY.

{ module: "MMM-forecast-io", classes: "small", position: "bottom_left", header: "Seattle, WA", config: { latitude: 47.606209, longitude: -122.332069 } }, { module: "MMM-forecast-io", classes: "small", position: "bottom_left", header: "Girne, CY", config: { latitude: 35.341671, longitude: 33.316669 } },

FluxOtto

FluxOtto commented on Jun 18, 2017

@FluxOtto

The issue is that not all locations are returned with the data block for 'Minutely'.
It is marked as 'optional' in the api,

This is also reflected on the web page, eg it will show graph on Seattle
https://darksky.net/forecast/47.6038,-122.3301 (at least when i looked as there is some rain in the next 50 min).

wbleek

wbleek commented on Jun 19, 2017

@wbleek
Author

Thanks for your answer. I wasn't even aware of the fact that DarkSky distinguishes between minutely and hourly rain information. I am used to their mobile app and I am just looking for rain probability over the day - not in the upcoming minutes.
Would you mind if I add an implementation for the day overview and contribute that?

dmcinnes

dmcinnes commented on Jun 19, 2017

@dmcinnes
Owner
lavolp3

lavolp3 commented on Aug 31, 2017

@lavolp3

I have the same problem. As soon as I include prec graph, the module loads endlessly. I live in Germany.
How can I determine if minutely forecast is available in My region?

My code:
{ module: 'MMM-forecast-io', position: 'top_right', // This can be any of the regions. config: { apiKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', // Dark Sky API key. latitude: 51.45411, longitude: 6.62649, //maxDaysForecast: 5, //alwaysShowPrecipitationGraph: true } },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dmcinnes@FluxOtto@wbleek@lavolp3

        Issue actions

          Precipitation Graph does not display / loads endlessly · Issue #10 · dmcinnes/MMM-forecast-io