We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
North East Lincolnshire
Hi, I have setup as per the instructions adding in the URL
python collect_data.py NorthEastLincs https://www.nelincs.gov.uk/refuse-collection-schedule/?view=timeline&uprn=XXXXXXXX -u XXXXXXXX
adding my uprn instead of the X's in both places
I have created the following JSON script for the bin colours which seems fine (I hope but tried without this as well)
{ "Paper":{ "icon":"mdi:trash-can", "color":"blue" }, "Cans, Plastics and Glass":{ "icon":"mdi:trash-can", "color":"black" }, "Household Waste":{ "icon":"mdi:trash-can", "color":"green" } }
I m probably doing something wrong, post code perhaps ? but no data is coming through
Thanks
The text was updated successfully, but these errors were encountered:
You only need to add the URL, not the python collect_data.py NorthEastLincs bit or the -u bit
Sorry, something went wrong.
Cheers that's spot on, taken out the last bit and thats all good. Thanks again for your help 👍😁
No branches or pull requests
Name of Council
North East Lincolnshire
Issue Information
Hi, I have setup as per the instructions adding in the URL
python collect_data.py NorthEastLincs https://www.nelincs.gov.uk/refuse-collection-schedule/?view=timeline&uprn=XXXXXXXX -u XXXXXXXX
adding my uprn instead of the X's in both places
I have created the following JSON script for the bin colours which seems fine (I hope but tried without this as well)
{ "Paper":{ "icon":"mdi:trash-can", "color":"blue" }, "Cans, Plastics and Glass":{ "icon":"mdi:trash-can", "color":"black" }, "Household Waste":{ "icon":"mdi:trash-can", "color":"green" } }
I m probably doing something wrong, post code perhaps ? but no data is coming through
Thanks
Verification
The text was updated successfully, but these errors were encountered: