@vees Nice! :-) Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
Read the statement by Michael Teeuw here.
Posts made by KristjanESPERANTO
-
RE: MMM-Nutrislice: Display the day's school breakfast and lunch
-
RE: MMM-OpenWeatherForecast Error 401
@dcazman said in MMM-OpenWeatherForecast Error 401:
I think this is the fork I used.
According to your first post (output of
git remote -v
) you use the repository of jclarke0000. -
RE: MMM-News-QR: it works but....
If this happens try to set
useCorsProxy
tofalse
in your feed config. Like this:modules: [ { module: "newsfeed", position: "top_right", config: { feeds: [ { title: "tagesschau.de", url: "https://www.tagesschau.de/xml/rss2/", useCorsProxy: false } ] } }, { module: "MMM-News-QR", position: "top_right", config: { updateType: "push", interval: 2000, animationSpeed: 2500, colorDark: "#fff", colorLight: "#000", imageSize: 150 } } ]
-
RE: CALL FOR TESTERS: New install script
@drdeath I am sorry that you found my comment offensive. That was not my intention at all. I think it’s a shame if there’s an atmosphere where you can’t express ideas or ask questions. Even if they are stupid, one should remain respectful. I think it’s good when people start new projects and try different approaches. So thanks for that!
Out of technical curiosity: Why are you using X? Wouldn’t it be possible with Wayland?
-
RE: CALL FOR TESTERS: New install script
@drdeath I’m a bit sceptical about trying it out as it contains a few hundred encoded lines and the comments don’t clearly describe what it does and why it’s encoded.
-
RE: MMM-GoogleMapsTraffic failing
The original module didn’t get updated since 2018. Maybe try this fork from 2022: https://github.com/doctorfree/MMM-GoogleMapsTraffic.
-
RE: MMM-OpenWeatherForecast Error 401
@Vauxdvihl Okay, so that shows us that you’re using the right fork 👍 Let’s see the part of config.js for this module (without API key, of course).
-
RE: MMM-OpenWeatherForecast Error 401
@Vauxdvihl said in MMM-OpenWeatherForecast Error 401:
Can you guide me?
Try
git remote -v
in the module’s directory.