@kusselin as already written on GitHub: Please make sure that you don’t quote Numbers and Boolean values in your config.
Please also note, that there are multiple implementations of MMM-RNV. The one above only works with Jupadin’s version. My implementation has another object structure.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-RNV not sisplaying :-(
-
RE: MMM-RAIN-MAP (new: version 2.x)
@hogedir I understand the need and desire. However, neither the weather data/layers from Weerplaza.nl, nor those from sat24.com are in any way compatible with the previous module. It is technically not so easy to put their layers just “over” the map ;-)
If someone finds a solution and takes care of the programming, then I would be happy to put this extension into the module.
However, I don’t have the time to take care of it myself. -
RE: MMM-RAIN-MAP (new: version 2.x)
@MajorC @hogedir
Unfortunately, Weerplaza.nl does not offer an API. I can’t just take their weather data and use it in MMM-RAIN-MAP.
They only allow to embed their service as an iFrame. You can easily do this on your own with https://github.com/alberttwong/MMM-iFrame -
RE: MMM-RAIN-MAP (new: version 2.x)
@hogedir I noticed there were wrong double quote characters in the code of my last post.
Please try again with the code below. Otherwise, please open an issue on GitHub and provide all the information asked in the form (entire config & logs){ module: "MMM-RAIN-MAP", position: "top_center", config: { mapPositions: [ { lat: 48.472, lng: -2.725 } ] } }
-
RE: MMM-RAIN-MAP (new: version 2.x)
@hogedir your configuration is buggy. Please read the module’s Readme.
You don’t have to (and should not) change the mapUrl at all.
Use mapPositions to justify it. The module should work world-wide.
I’d recommend to use the default values whenever possible and just to set values you need to override.Does that work for you?
{ module: "MMM-RAIN-MAP", position: "top_center", config: { mapPositions: [ { lat: 48.472, lng: -2.725 } ] } }
-
RE: MMM-RAIN-MAP (new: version 2.x)
@hogedir in the Browser‘s console log and net tab
-
RE: MMM-RAIN-MAP (new: version 2.x)
@hogedir can you please create an issue on github for that? Without further information (config, version) it is hard to find the reason 😉
-
RE: MMM-RAIN-MAP (new: version 2.x)
@pminich the same way. The German fork contains world wide map data.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@Dracarys can you please create an issue on Github? https://github.com/jalibu/MMM-Jast/issues
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@Dracarys
That’s strange. Can you sort out which symbol causes this error?If it makes you happy, right now it’s better to see an error message on the mirror than to be shown the current stock performance.