Skip to content
New issue

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

weather status widget: set location programmatically #27908

Closed
yoyoyonas opened this issue Jul 10, 2021 · 1 comment
Closed

weather status widget: set location programmatically #27908

yoyoyonas opened this issue Jul 10, 2021 · 1 comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement Nice to have

Comments

@yoyoyonas
Copy link

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
The location for the weather status widget can only be set by each individual user via the web GUI. For organizations, where most users reside in the same city, it would be very helpful to let the admin predefine the location.

Describe the solution you'd like
Two (for my use case equal) non-exclusive solutions:

  1. Introduce a default weather location setting in config.php or in the admin web GUI, which applies to all/new users.
  2. Make the weather location per user available to be set (and read) by occ.
@yoyoyonas yoyoyonas added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Jul 10, 2021
@szaimen
Copy link
Contributor

szaimen commented Aug 8, 2021

As this sounds like a nice feature, the requests for this are quite low. Currently there are no plans to implement such a feature. Thus I will close this ticket for now. This does not mean we don't want this feature, but it is simply not on our roadmap for the near future. If somebody wants to implement this feature nevertheless we are happy to assist and help out.If you wish to have this feature implemented by the Nextcloud GmbH there is the option for consulting work on top of your Nextcloud Enterprise subscription to get your features implemented.

@szaimen szaimen closed this as completed Aug 8, 2021
Mazhoon added a commit to Mazhoon/server that referenced this issue Nov 18, 2022
In cases where all of the users are from the same geographical area, it would be extremely useful to be able to set a default location for the dashboard weather widget. With these changes, this option becomes available, as default values can be set with
occ config:app:set weather_status [lat,lon,altitude,address] --value 'value'

These changes also implement the path 2 described in feature request nextcloud#27908 denied in 2021

Signed-off-by: Tuomas Nurmi <tuomas.nurmi@opinsys.fi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement Nice to have
Projects
None yet
Development

No branches or pull requests

2 participants