Read the statement by Michael Teeuw here.
https://github.com/njwilliams/MMM-PlaceInfo not loading
-
Does anyone else use this module/anyone having trouble with it?
I got my API keys and set up the config file. When I launch MM, not only does the PlaceInfo module not load (when set to either top_center or bottom_center), but none of my modules will load besides top_left, top_center, and middle_center regions. I’m getting no errors in the terminal. Here is my config.js entry:
{ module: 'MMM-PlaceInfo', position: 'top-center', config: { weatherAPIKey: "myopenweatherAPIkey", currencyAPIKey: "myfixer.ioAPIkey", currencyPrecision: 2, currencyRelativeTo: 'USD', places: [ { title: "London", flag: "gb", currency: "GBP", timezone: "Europe/London", weatherID: "2643743", }, { title: "Tokyo", flag: "jp", currency: "JPY", timezone: "Asia/Tokyo", weatherID: "1857910", } ] } },
-
I’m having the same issue. Any updates?
-
@dresch360 can u open the developers window. ctrl-shift-i on the mirror keyboard and select the console tab
-
@Dresch360
I suspect it is a “,” issue but I also cant seem to figure it. Did you manage? -
@Zoltan the latest problems are because
Openweayher changed their business model and require user to supply credit card to use the new /onecall endpointSo you have to set apiversion to 3.0 and the endpoint to /onecall
-
@sdetweil
Thanks very much for the heads up. I remember now when one of my displays crashed due to the 2.5 that had to be changed to 3.0. Thanks for the quick response