MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. zdenek
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 41
    • Posts 167
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: blank screen?

      @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?

      posted in Troubleshooting
      zdenekZ
      zdenek
    • blank screen?

      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

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: Todoist accesstoken

      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

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: solved - MM works, but can see it via browser

      @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

      posted in Troubleshooting
      zdenekZ
      zdenek
    • solved - MM works, but can see it via browser

      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

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: Todoist accesstoken

      @ninjabreadman thx. My steps:

      1. went to https://todoist.com/oauth/authorize?client_id=0123456789abcdef&scope=data:read,data:delete&state=secretstring
        where I used my client_id and a “state” used "client_secret
      2. got
        https://example.com/?state=client_secert&code=string_of_characters
      3. on MM from commandlind I run
      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"
      
      1. got answer
        “access_token”:“another_string”,“token_type”:“Bearer”

      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?

      posted in Troubleshooting
      zdenekZ
      zdenek
    • countdown to reapeating event

      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

      posted in Utilities
      zdenekZ
      zdenek
    • RE: Help with showing todoist tasks?

      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

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: Todoist accesstoken

      @ninjabreadman great, but I’m lost. 1. is clear, but what to do now, where to construct OAuth (whetever is it)…?..

      thanks, Zdeněk

      posted in Troubleshooting
      zdenekZ
      zdenek
    • RE: MMM-TPLink

      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

      posted in Utilities
      zdenekZ
      zdenek
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 16
    • 17
    • 8 / 17