@sdetweil the preprocessor idea is actually pretty good!
From initial testing it seems to work! There is still hope :D
@sdetweil the preprocessor idea is actually pretty good!
From initial testing it seems to work! There is still hope :D
@sdetweil shame about that.
While what you have is nice, it’s not exactly what I’m looking for. I guess I’ll have to look into some other smart mirror platforms.
Thanks
Hello,
I’m planning on making a smart mirror and making an external app to control my mirror as a hobby project and I want to edit parts of the config using it. So I started experimenting with loading from an external json file and saw that I could load port for the application just fine from the json.
I then tried to load the feeds for the newsfeed module from the json and the application starts but just shows a black screen. No errors in the console, config:check passes, I even console.logged the config and it was in the correct format.
Does anyone have any experience with loading config from external file or does anyone know what could cause the black screen?