Future<String> getTimeMaghrib() async { await _fetchData(); return _cachedData?['prayer_times']?['Maghrib'] ?? 'غير معروف'; }