-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QR code #290
Comments
This issue has been automatically marked as stale because it has not had |
@Jopyth Hi there! I don't think this was considered enough before closing, this feature would be so easier than typing an IP adress. If someone wants to tackle this it would be awesome! Maybe @nischi from mmm-news-qr can help? |
I don't think it's worth to add just another dependency to our code just for the purpose of this issue. We could use the multiple services that generates QR codes without actually adding another dependency. Saying that, I'm under a rough time with my schedules, so I can't really develop nor test complex solutions at the time. But I'll be glad if you guys come up with a PR of this. |
With an api like goqr.me/api? But then is that wgat you mean by dependancy? If that site changes it won't work anymore |
the mmm-news-qr module has a minified (19KB) qrcode generator bundled to avoid external deps. https://github.com/nischi/MMM-News-QR/blob/master/qrcode.min.js |
That could be an option. I would be glad to get some info about it, just to be sure that it's safe. |
hi guys. Nice to hear that my feature is used :) Should not be a big deal to implement a qr code. I'm also a little bit busy at the moment, but sounds like fun, try to find some time to create a PR. |
Description
I think it would be easier to use if the module put a QR code of the URL on the screen.
Changelog
No response
Requirements
I was looking around the code and i found the
getDom
function that generates the URL. Change it to use https://www.npmjs.com/package/qrcode on thewrapper
element.Additional info
No response
The text was updated successfully, but these errors were encountered: