Future<String> getDateHijriWeekDay() async { await _fetchData(); return _cachedData?['date']?['date_hijri']?['weekday']?['ar'] ?? 'غير معروف'; }