@zdenek this row makes the problem
address: "0.0.0.0",
in config. Without this row doesn’t work access to ip_of_raspberry:8080
why is it wrong?
@zdenek this row makes the problem
address: "0.0.0.0",
in config. Without this row doesn’t work access to ip_of_raspberry:8080
why is it wrong?
Hi all
I’ve no idea, what happend. In the morning was everything OK, when I came home, there was just blank screen. I did restart of Raspberry, I can see it booting, but then, instead of running MM, there is just blank screen. But when I connect to ip_of_raspberry:8080 from my laptop, it normally works, I can see modules…
I’ve tried use default config.js - still blank screen
this I get via “dev”
translations.js:62 Uncaught SyntaxError: Invalid or unexpected token
module.js:295 Uncaught SyntaxError: Unexpected identifier
loader.js:155 Uncaught SyntaxError: Invalid or unexpected token
main.js:447 Initializing MagicMirror.
translator.js:200 Uncaught ReferenceError: translations is not defined
at Object.loadCoreTranslations (translator.js:200)
at Object.init (main.js:449)
at main.js:577
any idea?
Thanks, Zdeněk
i’m soooooooooo stupid sorry. I thougt, without define any ProjectID I’ll get ToDo of all Projects in my account. Nope. After add of at least one ID, it works…
sorry for annoying …
Zdeněk
@sdetweil good point, thanks. The Address parametr was not in config at all. I’ve added it with 0.0.0.0 value and I’ve got an error of not allowed device (weird), so I’ve solved it (at least for now) by ipWhitelist: []
thanks a lot
Zdeněk
Dears, what could be the problem?
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.1/24"],
http://192.168.1.180:8080/ says
This page isn’t working
192.168.1.180 didn’t send any data.
ERR_EMPTY_RESPONSE
my IP is 192.168.1.116, so shoudl be in the range. MM is running
any idea?
thanks
@ninjabreadman thx. My steps:
curl "https://todoist.com/oauth/access_token" \
-d "client_id=my_client_id" \
-d "client_secret=my_client_secret" \
-d "code=string_from_previous_step" \
-d "redirect_uri=https://example.com"
so, I guess, that “another_string” is the right think for the module = access_token, right?
{
module: 'MMM-Todoist',
position: 'top_center', // This can be any of the regions. Best results in left or right regions.
//header: 'Todoist', // This is optional
config: { // See 'Configuration options' for more information.
accessToken: 'axxxxxxxxxxb',
maximumEntries: 60,
updateInterval: 10*60*1000, // Update every 10 minutes
//projects: [ 166564794 ],
fade: false
}
},
should be OK, but nothing :-(. Checked in browser:
div id="module_10_MMM-Todoist" class="module MMM-Todoist MMM-Todoist">div class="module-content">table class="normal small light">/table>/div>/div>
(removed < signs)
in Console no Warnings, no Erros…
any idea?
Hi all
is there module for reapeating events? I’ve tried DoomsDay and also CountDown, but both are for specific day like YYYY-MM-DD. But I’m looking for MM-DD. Like to “next x-mass”, or “marriage anniversary” - the same day every year…
thanks, Zdeněk
dears, can u plz provide me step-by-step how to get token? I’ve ID and Secret, but no idea what to do now…
thanks, Zdeněk
@ninjabreadman great, but I’m lost. 1. is clear, but what to do now, where to construct OAuth (whetever is it)…?..
thanks, Zdeněk
great. I’ve few of TP-Link HS110 and HS100, but only in local net (home, work, parentshouse…). I use KASA app on my iPhone to control them, see the actual power - is it possible to “somehow” modify your module to see at least the status of plugs?
thanks, Zdeněk