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

Allow setting default location for weather widget #35270

Closed
wants to merge 2 commits into from

Commits on Feb 27, 2024

  1. Allow setting default location for weather widget

    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>
    Mazhoon authored and AndyScherzinger committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b17cd50 View commit details
    Browse the repository at this point in the history
  2. Fix typo in weather default location setting.

    Was 'lat' instead of 'lon', thanks for catching!
    
    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Tuomas Nurmi <tuomas.nurmi@opinsys.fi>
    2 people authored and AndyScherzinger committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    357f073 View commit details
    Browse the repository at this point in the history