@togletree93 thats outside our app…
can you try in server mode and
npm run server
then open browser to http://localhost:8080
@togletree93 thats outside our app…
can you try in server mode and
npm run server
then open browser to http://localhost:8080
this turned out to be a permissions problem. the folder was created w the synology user, but the container is running as user 1000
@Bimtronic ignore the audit reports, nothing you can do about them. part of the reason request is deprecated.
@Bimtronic in the MagicMirror folder
@bugsounet you should make it normal, like the rest of the modules…
@Bimtronic can you show me the config.js, xxx out any apikeys or private info
@canlio weather is done all in browser, so open the developer window, ctrl-shift-i, select the console tab, put weath in the filter field.
openweather has changed their business model, the apikey is backed by a credit card
@canlio cool, but, its not supposed to work. they told us publicly 2.5 was supposed to stop working in October… hmmmm
@cgillinger This is one place where the inherited module functions are not so good
getTranslations()
happens WAY before any code is run so you can’t adjust its response based on other info the config might have provided…
and we don’t expose any functions to do the work not related to the files returned from that function
but your code could do the translations BEFORE giving the content to MM… so there would be nothing to translate