@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.
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@Dracarys It still works for me without any problems.
Do you get any logs? -
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@Overbid4225 yap, that‘s strange. The Yahoo Finanance library is unofficial and does not use a public API. Instead it just parses the Yahoo Website ;-)
-
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@Overbid4225 please check your logs:
API request for BOQ.AS failed: Quote not found for ticker symbol: BOQ.AS
This message does not come from the MMM-Jast module, but from the Yahoo Finance library. Apparently a required value is not available for this symbol.
Since MMM-Jast depends on the results of the Yahoo Finance Library, unfortunately I can’t help you here either. -
RE: Warnmeldungen inn den pm2 logs
@xIExodusIx bitte öffne ein Issue auf GitHub. Ich kann es mir dann ansehen.
-
RE: Use of Samsung „The Frame“ with MM
@MajorC
I did not find this option as a setting on my Frame (latest Firmware). Unfortunately, I also can‘t test this because I don’t have a Anynet device -
RE: Use of Samsung „The Frame“ with MM
@sdetweil
haha, of course it works with HDMI ;-)But I think this question is about Samsung The Frame specific features and not TVs in general 🙃
-
RE: Use of Samsung „The Frame“ with MM
@MajorC
I have a Samsung the Frame, but you can only display photos in the power-saving Art Mode and not a browser. This is also not possible in Ambient Mode. -
RE: MMM-RAIN-MAP (new: version 2.x)
A few days ago, Openstreepmap obviously made some changes with their tile servers. They seem to block requests now, when the requests come from Electron applications. This is the case in most MagicMirror installations. As a consequence, MMM-RAIN-MAP does not show map tiles anymore.
I suspect, that also other modules are effected.
One possible fix is using another tile server for MMM-RAIN-MAP. One that still works at the moment, is the German fork “https://a.tile.openstreetmap.de/${z}/${x}/${y}.png”.
I will adjust the module soon, to use this tile server as a default.
You can also change the tile server by setting this property in the module config:{ mapUrl: "https://a.tile.openstreetmap.de/${z}/${x}/${y}.png" } -
RE: MMM-BoschSmartHome
@majorc nope, not yet. But feel free to create a Feature Request on GitHub for that.