Really nice work! 👏
Read the statement by Michael Teeuw here.
Posts
-
RE: MM Starts but no screen after upgrade
-
RE: Internet-monitor module Not Starting Mirror
@KristjanESPERANTO said in Internet-monitor module Not Starting Mirror:
I also happened to be working on the problem just now. The speedtest-net package is apparently no longer compatible with the current node version. I created a PR to fix this: https://github.com/BrianHepler/internet-monitor/pull/2
Let’s see when @bhepler merge it.
@ebourne The maintainer of the module, @bhepler, accepted my Pull Request. Please update your module and check if it’s working 🙂
-
Transparent displays
I just wanted to share with you this video of transparent displays from Samsung. I haven’t seen any in real life yet, but those look really impressive. This would make a MagicMirror even more magical 💸💸💸
-
RE: Dumbass Cat Facts
@plainbroke Unfortunately I can’t find any information about when it was canceled.
See it as a chance to discover a new nice module! :smiley:
-
RE: Dumbass Cat Facts
@plainbroke You are talking about MMM-DumbAssCatFacts? Response from https://brianiswu-cat-facts-v1.p.rapidapi.com/:
"API doesn't exists". -
RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API
@angeliKITTYx Okay, with
type: "all"'it doesn’t work for me either. Try it withtype: "selcted". That works for me.{ module: "MMM-OnThisDayWikiApi", position: "bottom_bar", config: { type: "selected" } }, -
RE: Internet-monitor module Not Starting Mirror
@sdetweil Interesting solution! I’m still not quite getting to grips with the rebuild of electron.
My approach in the PR is to use a version of speedtest-net that is compatible with the current version. That way, no rebuild is necessary.
-
RE: Internet-monitor module Not Starting Mirror
I also happened to be working on the problem just now. The speedtest-net package is apparently no longer compatible with the current node version. I created a PR to fix this: https://github.com/BrianHepler/internet-monitor/pull/2
Let’s see when @bhepler merge it.
-
RE: Github usage and module continuations
@crisvdn Thank you for bringing up the subject. I’ve also been thinking about this for a while and have some ideas.
I try to keep the official module list up to date. I do reviews of modules and create PRs. Many are accepted, some are ignored.
I’ve started working on a new list of modules, and doing some rudimentary tests (you can see the result here). A few developers have already started work through the recommendations there. Even though the whole project is still in its infancy, but with that we have a process of assessing the quality of modules. Perhaps the whole thing will develop in the direction of module installer or app store. We will see. I would be delighted if you would take a look at the project and maybe join in.
There are already some great other approaches - for example the package manager mmpm or the “app store” in MMM-GoogleAssistant. Surely such projects could be combined on some level. I’m currently focusing on making my approach more efficient, then it’s time to automate it with actions.