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
units
metric
imperial
screenly.js
The coordinates are not that precise. They're autogenerated by GitHub Copilot.
const getCoordinates = (area) => { switch (area) { case 'San Francisco': return [ '37.7749', '-122.4194' ] case 'Manila': return [ '14.5995', '120.9842' ] case 'Dijon': return [ '47.3220', '5.0415' ] case 'New York': return [ '40.7128', '-74.0060' ] default: return [] } } const screenly = { metadata: { coordinates: getCoordinates('New York'), hardware: 'Screenly Player Max', hostname: 'srly-abcdefghijklmno', location: 'San Francisco, USA', screen_name: 'Edge App Test', screenly_version: 'v1.0.0', tags: [ 'All Screens' ] }, settings: { disable_analytics: false, ga_api_key: 'mcd0n4ld5', sentry_id: 'p4nd4expr355', // Make sure to obfuscate the OpenWeatherMap API key as well. openweathermap_api_key: '[redacted]', } }
The text was updated successfully, but these errors were encountered:
@vpetersson, here's the new issue that I've created for the review comment created in #105.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Overview
units
(metric
orimperial
) as one of the query parameters.Mocked
screenly.js
The coordinates are not that precise. They're autogenerated by GitHub Copilot.
Screenshots
San Francisco, CA, US
Manila, PH
Dijon, FR
New York, USA
Relevant GitHub issues and PRs
The text was updated successfully, but these errors were encountered: