@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Edit Weather Configuration

Edit Weather Configuration

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Enter region code in format: numbers separated by dots (e.g., 34.71.12.1003)
Display name for this region
This URL will update automatically as you change the region code above.
API Information

This configuration is used to fetch weather data from BMKG (Indonesian Agency for Meteorology, Climatology, and Geophysics) API.

  • The region code follows Indonesian administrative code format
  • This is the only weather configuration - updating it will change the weather source globally
  • Make sure the region code is valid to ensure weather data availability
Back
@endsection