Ah thank you! I was confused there. I’ll give it another go and let you know how it turns out.
Read the statement by Michael Teeuw here.
Best posts made by Fr8Trayne
-
RE: MMM-Fitbit2
-
RE: Trying to display a month view with MMM-CalendarExt
@Sean I have been working on trying to get MMM-CalendarExt to show up on a page using MMM-Pages. I have tried all the suggestions I’ve seen, but no luck. Would you mind seeing what I’m doing wrong?
I’m using the following 3rd party modules: (Just in case there is a known interference with these other modules.
- MMM-NowPlayingOnSpotify
- MMM-page-Indicator
- MMM- pages
- MMM-Page-Selector
- MMM - PushBulletNotifications
I’m using this code from the configuration page.
{
module: ‘MMM-CalendarExt’,
position: “fullscreen_bottom”,
config: {
calendars: [
{
url: “http://mlb.am/tix/mariners_schedule_full”
}
]
}
},I know I’m missing something simple. This looks like an amazing module and can’t wait to use it. I’ve tried almost everything I know. Thanks in advance for any support your have on this.
-
Budgeting Module
I’d love to be able to connect or create a budget that is viewable on the MagicMirror. I am just getting started learning about how this all works so I thought I’d put this request out their for those inclined to make modules.
I’d love to see a connection to EveryDollar or Mint if possible. -
RE: MMM-Fitbit2
@Vizulize So I clicked continue and it gets stuck at Opening web browser… I’ve tried doing it a few times now, but it’s not moving forward. Advice?
-
RE: MMM-Fitbit2
@Vizulize I’m setting this up and almost everything was smooth except when I get to the client secret. It won’t let me paste, or type anything to move forward. Any suggestions?
Latest posts made by Fr8Trayne
-
RE: Credentials being blocked?
address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, //ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.0.42", "::ffff:192.168.0.50"], // Set [] to allow all IP addresses ipWhitelist:[], // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
and yes the UI is on the same machine.
-
RE: Credentials being blocked?
This is what I’m getting
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security Policy set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks. For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged.
and this from the logs.
roboto.css:1 Failed to load resource: net::ERR_CONNECTION_REFUSED main.css:1 Failed to load resource: net::ERR_CONNECTION_REFUSED socket.io.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED config.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED defaults.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED nunjucks.min.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED defaultmodules.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED translations.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED module.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED vendor.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED logger.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED class.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED translator.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED loader.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED socketclient.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED main.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
Can you tell from this information? If not I can throw my whole config in and have you take a look and yes I am a newb at this. I’ve learned a lot but this part is a bit over my head at the moment. Google was not my friend as I couldn’t understand what to do with the information given. It seems like the only modules that aren’t working are those that require credentials like the MMM-Fitbit2 and MMM-Airtable
-
Credentials being blocked?
So I have many great modules on my Mirror that are working, but there are some that just sit in the loading state. I’ve followed each installation to a T, but nothing seems to be going through. I took a glance at the logs and it looks like there is a web security things not allowing those modules to fetch the data. I read somewhere that Electron has a web preference for security that needed to turned off? Is this a thing? If so, any tips?
In any case not sure why none of these are updating.
-
RE: Updating Python to > 3.5.3
Thanks I had googled it and tried about 5 methods to no avail. I’ll give this a go and see if it works.
-
Updating Python to > 3.5.3
I’m currently testing out the MMM-Fitbit2 and I’ve got everything in place except the actual authorization. It’s saying the python on my pi is too old (3.5.3) How do I go about updating it to 3.6.0 or later?
-
Monitor going to sleep
I just updated the Raspberry Pi and it’s started going to sleep after 15 mins or so. How do I shut this off?
-
RE: MMM-Fitbit2
@Vizulize no problem. I’m great at finding the problems 😉. I’ll have to connect directly to the Raspberry pi and try again. I’ll let you know how it goes.
-
RE: MMM-Fitbit2
@Vizulize So I clicked continue and it gets stuck at Opening web browser… I’ve tried doing it a few times now, but it’s not moving forward. Advice?
-
RE: MMM-Fitbit2
Ah thank you! I was confused there. I’ll give it another go and let you know how it turns out.