• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. sforsyth
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
S
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 9
  • Groups 0

sforsyth

@sforsyth

7
Reputation
554
Profile views
9
Posts
0
Followers
0
Following
Joined Apr 2, 2018, 9:26 PM
Last Online Aug 31, 2020, 8:24 PM

sforsyth Unfollow Follow

Best posts made by sforsyth

  • First mirror

    So I finally made my first mirror. Been lurking on this forum for a couple of weeks, and it’s helped enormously. Anyway, I got an old tv from my girlfriend and built a frame from some lovely walnut wood I had intended to use for something else. I knew very little about raspberry pis, but had one lying around and thought why not go all out and try to finish it. Glad I did!
    The glass is 6mm thick 2 way glass at 24" x 14" from a company in Tipperary, which they shipped to Dublin for me.
    I got the code from all of the great modules on here, such as my local bus time table, my calendar, a trello todo list board (so my girlfriend and I can both update it from our phones if needs be), and some RSS feeds and the usual weather forecasting stuff. We both love it! Think it’s going to prove very useful.

    Still don’t have the IR sensor installed, would love for this to be something I could turn off or on more easily than my current setup (like a proximity sensor or something) , but ya gotta start somewhere!
    Anyway, hope you like it!

    0_1522704585199_29955272_2118649984828874_377314877_o.jpg

    posted in Show your Mirror
    S
    sforsyth
    Apr 2, 2018, 9:34 PM
  • RE: First mirror

    It was somewhere here on this forum. Just did a search for trello. Can look onto it again when I’m home tonight if you need it? The mirror company was Clonmell Glass in Tipperary. Just ask for 6mm spy mirror.

    posted in Show your Mirror
    S
    sforsyth
    Apr 4, 2018, 6:34 AM

Latest posts made by sforsyth

  • RE: Google Assistant Shopping List display

    @sean Ah. I meant I have no idea what my “node” is. :)
    Anyway, if it doesn’t work, it doesn’t work. Thanks for putting the time in to try it, I really appreciate it!

    posted in Requests
    S
    sforsyth
    Sep 2, 2018, 3:24 PM
  • RE: Google Assistant Shopping List display

    @sean Hey Sean, Sorry man, I have no idea what that means when you say my node “version is too low”…

    posted in Requests
    S
    sforsyth
    Sep 2, 2018, 3:11 PM
  • RE: Google Assistant Shopping List display

    @sean
    npm start dev gives me the following:

    WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.
    Loading module helpers …
    App threw an error during load
    /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_helper.js:51
    async function get(headless) {
    ^^^^^^^^
    SyntaxError: Unexpected token function
    at Object.exports.runInThisContext (vm.js:76:16)
    at Module._compile (module.js:528:28)
    at Object.Module._extensions…js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at loadModule (/home/pi/MagicMirror/js/app.js:127:17)
    at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
    Whoops! There was an uncaught exception…
    /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_helper.js:51
    async function get(headless) {
    ^^^^^^^^
    SyntaxError: Unexpected token function
    at Object.exports.runInThisContext (vm.js:76:16)
    at Module._compile (module.js:528:28)
    at Object.Module._extensions…js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (internal/module.js:20:19)
    at loadModule (/home/pi/MagicMirror/js/app.js:127:17)
    at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    Launching application.

    posted in Requests
    S
    sforsyth
    Sep 2, 2018, 2:30 PM
  • RE: Google Assistant Shopping List display

    @sean Hey Sean, I’m so sorry for the delay in replying to this, I really appreciate the effort in making it. Unfortunately, it didn’t work for me, it just stops my magic mirror from loading up properly. It just shows my mouse pointer and the screen remains black. As I said before, I’m not a programmer myself, so can’t offer much in the way of debugging, but I have installed several modules before without any problems, so I’m pretty sure it’s nothing basic. Again, sincere apologies for the late reply, life got in the way this week!

    Thanks again,
    Sean

    posted in Requests
    S
    sforsyth
    Aug 31, 2018, 6:38 PM
  • RE: Google Assistant Shopping List display

    That’s great guys!

    @maxbachmann I actually don’t have Alexa, I’ve only got a Google Home device, so that’s why I was hoping for a Google Shopping List module rather than anything with Alexa. Thanks though!

    @Sean This is awesome! I’ll try to give this a go tonight when I get home. Thanks a million!

    posted in Requests
    S
    sforsyth
    Aug 28, 2018, 7:34 AM
  • Google Assistant Shopping List display

    Hey all,

    So I made my magic mirror some time ago, and am really happy with it. I recently got a Google Home and am thinking of using the Shopping List functionality on the mirror. As in, I tell the Google Home device to add stuff to my shopping list, and it then gets displayed on my mirror. I’ve done a search on the forums here for Assistant related stuff, but it seems more a case of modules for adding the Assistant to the mirror itself, rather than just displaying info from a list I’ve generated from the Google Home device. I don’t have a mic on the mirror and am not interested in confusing the mirror and Home devices as they sit close to each other.

    Afraid I’m not a programmer, which is why I’m struggling here. There seems to be some Todoist (never used it before) modules, as well as Wunderlist (also never used before), but I was hoping to go with the Google home shopping list. If it turns out this is wishful thinking, or more hassle than trying out these other shopping list options, I’ll certainly give them a go. Just need advice.

    Have previously tried a Trello module but it barely ever updated and was really, really slow, so eventually I just dropped it.

    Open to suggestions and would really appreciate the help!

    Cheers!
    Seán

    posted in Requests
    S
    sforsyth
    Aug 26, 2018, 7:18 PM
  • RE: First mirror

    It was somewhere here on this forum. Just did a search for trello. Can look onto it again when I’m home tonight if you need it? The mirror company was Clonmell Glass in Tipperary. Just ask for 6mm spy mirror.

    posted in Show your Mirror
    S
    sforsyth
    Apr 4, 2018, 6:34 AM
  • RE: First mirror

    @chef Thanks for that! Sounds great! I had actually bought an IR sensor, but it didn’t come with the wiring necessary to hook it up to the pi. I was eager to get it up and running so just went ahead without it. Besides, I know nothing about electronics so was kinda hoping to find simpler tutorials on how to do it than I had done to date. Still, happy with how it turned out, I can always upgrade it later.

    Thanks man!

    posted in Show your Mirror
    S
    sforsyth
    Apr 3, 2018, 6:34 AM
  • First mirror

    So I finally made my first mirror. Been lurking on this forum for a couple of weeks, and it’s helped enormously. Anyway, I got an old tv from my girlfriend and built a frame from some lovely walnut wood I had intended to use for something else. I knew very little about raspberry pis, but had one lying around and thought why not go all out and try to finish it. Glad I did!
    The glass is 6mm thick 2 way glass at 24" x 14" from a company in Tipperary, which they shipped to Dublin for me.
    I got the code from all of the great modules on here, such as my local bus time table, my calendar, a trello todo list board (so my girlfriend and I can both update it from our phones if needs be), and some RSS feeds and the usual weather forecasting stuff. We both love it! Think it’s going to prove very useful.

    Still don’t have the IR sensor installed, would love for this to be something I could turn off or on more easily than my current setup (like a proximity sensor or something) , but ya gotta start somewhere!
    Anyway, hope you like it!

    0_1522704585199_29955272_2118649984828874_377314877_o.jpg

    posted in Show your Mirror
    S
    sforsyth
    Apr 2, 2018, 9:34 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy