I got it to work! Great module!
Best posts made by Achilles
-
RE: NFL Score Module
Thanks cowboysdude!
If it isnt set up for Preseason, than that would make sense. Regular season, here I come!
Latest posts made by Achilles
-
PushBulletNotifications Module not showing?
Okay, I have tried several different things like checking my module, changing the API Token, but for some reason, I cannot get this module to display on my MagicMirror. All of my other modules are fine. I am wondering if I am missing something obvious (I have before). He is my config (Which I did not change from the ReadMe):
{ module: 'MMM-PushBulletNotifications', header: 'Notifications', position: 'top_left', // This can be any of the regions. config: { // See 'Configuration options' for more information. accessToken: "MyToken", //PushBullet API Access Token endToEndPassword: null, numberOfNotifications: 3, filterTargetDeviceName: "", showPushesSentToAllDevices: true, onlyAllowCommandsFromSourceDevices: [], fetchLimitPushBullet: 50, showPushes: true, showPushesOnLoad: true, showDismissedPushes: true, showMirroredNotifications: true, onlyShowLastNotificationFromApplication: false, showIndividualNotifications: false, showSMS: true, showMessage: true, showIcons: true, showDateTime: true, localesDateTime: 'nl-NL', playSoundOnNotificationReceived: true, soundFile: 'modules/MMM-PushBulletNotifications/sounds/new-message.mp3', maxMsgCharacters: 50, maxHeaderCharacters: 32, showModuleIfNoNotifications: true, noNotificationsMessage: "No new notifications", debugMode: false, } },
Any help will be appreciated. Thanks.
-
RE: Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.
@sdetweil Thanks, it was my API…the free trial had expired with Google Cloud. I fixed that, and everything is working again…
Thanks a lot, man!
-
RE: Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.
@sdetweil Thank you for the timely responses!
I am working on your replies right now. Thank you very much!
-
RE: Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.
@sdetweil Thanks, but that didnt work for me unfortunately…
To make sure I did it correctly, I navigated to my MMM-GoogleMapsTraffic module, and then executed your git clone, correct?
I am still getting the same error.
What I am not understanding at the moment, is all the modules I use that use the Google API are not working now. This is where I am not seeing any solutions anywhere.
I didnt quite understand your instructions for the first user…maybe that is my issue as well?
Thanks…
-
RE: Issue with Google Map MMM-GoogleMapsTraffic module. Map not loading.
I am having the same issue as well. Google Maps in general seems to be an issue here with the MagicMirror recently, and there have been no answers…
-
RE: Has Google Maps changed?
I guess there hasn’t been any word on a solution yet?
-
RE: Has Google Maps changed?
Yeah, I am getting the ERROR message as well.
-
RE: MMM-MyScoreboard
@j-e-f-f Thanks!
That did the trick! Much appreciated for the help!
-
RE: Fitbit
This module usually stops working for me after a day or two, and I have to go through the setupAccess.py again to get it to work, and then it stops working again within 48 hours.
Am I doing something wrong?
-
RE: MMM-MyScoreboard
Happy New Year all!
I am not seeing NHL scores now. Actually, I only have one team that I am trying to follow (Tampa Bay Lightning) and that score is failing to pop up in the Scoreboard now. I did do a git pull a week ago, but my results are the same. Am I missing something?