You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really struggling with this every time I change my schedule. I've read the other issue like this and even copy pasted the code in the previous thread and it still didn't work. Tried the JSON editor online and it looked like I'm good.
I think I got it to work. I was using exetendscript toolkit (which was somehow the default for me - have no idea as I never write anything and know practically nothing about modern code development) to edit and it apparently was adding something to the file that I couldn't see. I cut and pasted this to textedit into a new plain text document and saved it again and it worked.
Looking in the directory, config.json now shows up as plain text instead of JSON in the file type.
Really struggling with this every time I change my schedule. I've read the other issue like this and even copy pasted the code in the previous thread and it still didn't work. Tried the JSON editor online and it looked like I'm good.
Any Ideas?
{
"username": "TheNewMe",
"selfcontrol-path": "/Applications/SelfControl.app",
"host-blacklist": [
"Facebook.com",
"www.quora.com"
],
"block-schedules": [
{
"weekday": 1,
"start-hour": 6,
"start-minute": 0,
"end-hour": 12,
"end-minute": 0
},
{
"weekday": 2,
"start-hour": 6,
"start-minute": 0,
"end-hour": 12,
"end-minute": 0
},
{
"weekday": 3,
"start-hour": 6,
"start-minute": 0,
"end-hour": 12,
"end-minute": 0
},
{
"weekday": 4,
"start-hour": 6,
"start-minute": 0,
"end-hour": 12,
"end-minute": 0
},
{
"weekday": 5,
"start-hour": 6,
"start-minute": 0,
"end-hour": 12,
"end-minute": 0
}
]
}
The text was updated successfully, but these errors were encountered: