@yawns Thanks! I just added a small bit related to installation steps to the README.
Read the statement by Michael Teeuw here.
Posts
-
RE: Creating a module to display daily horoscopes
-
RE: Test suite for MagicMirror²
Great idea to setup test suite. Thanks for getting it started @roramirez. I’ve made some minor cleanup changes on top of your initial work, PR is sitting on GitHub. I will try to contribute to tests as much as I can.
-
RE: Send Selfie to Flickr or Photobucket
@alexyak this flickr-upload npm package https://www.npmjs.com/package/flickr-upload can be utilized for that functionality. (Heh, I just realized it was written by a friend of mine)
-
Problem interacting with forum on iOS and OS X safari
I noticed that I’m not able to send replies, open new topics and interact with many buttons on https://forum.magicmirror.builders forums when browsing the site in Safari on my iPhone 6S with latest iOS. Decided to troubleshoot the problem and tried to load it in Safari 10.0.2 (11602.3.12.0.1) on El Capitan 10.11.6 just to find same issues.
Noticed that console log shows this error:
[Error] Failed to load resource: cannot parse response (nodebb.min.js, line 0) -> https://forum.magicmirror.builders/nodebb.min.js?c15a9192-ff07-4dae-b48b-e1d0ff96ef00
and also noticed that footer didn’t load due to the following error:
[Error] ReferenceError: Can't find variable: require Global Code (categories:1008)
I’m not familiar with NodeBB at all and thought it was worth reporting.
P.S. It did work once earlier today on the phone, but for the past 5-6 days I wasn’t able to interact with many elements on the forum site from mobile device.
-
RE: Adding a jQuery Module
In addition to @strawberry-3.141 response. I wanted to chime in with option of running it locally on your dev machine and using
node serveronly
and pointing your browser athttp://localhost:8080
using familiar tools while developing. One of the catches is it will not work well if you are developing module that needs to interact with GPIO or other proprietary RasPi functionality.My personal workflow is roughly outlined here: https://forum.magicmirror.builders/post/13272
-
RE: Runkeeper Module
I poked around with Runkeeper Healthgraph and they provide tons of interesting information that can be piped to a MM. I barely use Runkeeper. @Atheose is there a specific list of things that you would like to display? It would be great to have some sort of spec before venturing into development.
-
RE: starter problem # 2
if you are comfortable with using
ssh
andscp
you may not even need any GUI tools to transfer files. -
RE: Problem interacting with forum on iOS and OS X safari
This can now be closed, I believe that improvements by @paviro have resolved this issue.
https://forum.magicmirror.builders/topic/1407/you-can-officially-call-me-stupid -
RE: Runkeeper Module
@Atheose Sounds good. I will try to see if I can get it going. Will you have time to test module while it’s under development?